mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Fix SQL schema for windows
This commit is contained in:
@@ -266,7 +266,7 @@ CREATE TABLE `player` (
|
||||
`UI_style` varchar(10) DEFAULT 'Midnight',
|
||||
`UI_style_color` varchar(7) DEFAULT '#ffffff',
|
||||
`UI_style_alpha` smallint(4) DEFAULT '255',
|
||||
`be_role` mediumtext NOT NULL,
|
||||
`be_role` mediumtext,
|
||||
`default_slot` smallint(4) DEFAULT '1',
|
||||
`toggles` mediumint(8) DEFAULT '383',
|
||||
`sound` mediumint(8) DEFAULT '31',
|
||||
|
||||
Reference in New Issue
Block a user