mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
fix(sql): fix disabled user column query
This commit is contained in:
@@ -8,5 +8,6 @@ COLLATE='utf8mb4_unicode_ci'
|
||||
ENGINE=InnoDB
|
||||
;
|
||||
|
||||
ALTER TABLE `users`
|
||||
`disabled` TINYINT(1) NULL DEFAULT '0',
|
||||
ALTER TABLE `users` ADD COLUMN
|
||||
`disabled` TINYINT(1) NULL DEFAULT '0'
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user