mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 01:23:41 +01:00
Fixes error in SQL schema
This commit is contained in:
@@ -250,7 +250,6 @@ CREATE TABLE `player` (
|
||||
`nanoui_fancy` smallint(4) DEFAULT '1',
|
||||
`show_ghostitem_attack` smallint(4) DEFAULT '1',
|
||||
`lastchangelog` varchar(32) NOT NULL DEFAULT '0',
|
||||
`lastchangelog` varchar(32) NOT NULL,
|
||||
`space_parallax` smallint(4) DEFAULT '1',
|
||||
`space_dust` smallint(4) DEFAULT '1',
|
||||
`parallax_speed` float(24) DEFAULT '2',
|
||||
|
||||
Reference in New Issue
Block a user