mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 02:46:52 +08:00
fix: workspace member's last_active should be last_active_time, but not last_login_time (#4906)
This commit is contained in:
@@ -28,6 +28,7 @@ account_with_role_fields = {
|
||||
'avatar': fields.String,
|
||||
'email': fields.String,
|
||||
'last_login_at': TimestampField,
|
||||
'last_active_at': TimestampField,
|
||||
'created_at': TimestampField,
|
||||
'role': fields.String,
|
||||
'status': fields.String,
|
||||
|
||||
Reference in New Issue
Block a user