mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-12-23 09:34:23 +00:00
Remove 'enabled' field from API key model and related database operations
This commit is contained in:
@@ -20,7 +20,6 @@ type APIKey struct {
|
||||
UserID string
|
||||
PermissionMode PermissionMode
|
||||
ExpiresAt *int64
|
||||
Enabled bool
|
||||
CreatedAt int64
|
||||
UpdatedAt int64
|
||||
LastUsedAt *int64
|
||||
|
||||
Reference in New Issue
Block a user