mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
fix(sql): Add disabled user column back and change to TINYINT
- Accidentaly removed it; change this to TINYINT for consistency
This commit is contained in:
@@ -7,3 +7,6 @@ CREATE TABLE `multicharacter_slots` (
|
||||
COLLATE='utf8mb4_unicode_ci'
|
||||
ENGINE=InnoDB
|
||||
;
|
||||
|
||||
ALTER TABLE `users`
|
||||
`disabled` TINYINT(1) NULL DEFAULT '0',
|
||||
|
||||
Reference in New Issue
Block a user