mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 17:41:56 +00:00
Fix SQL migrations (#7194)
This commit is contained in:
@@ -253,7 +253,6 @@ CREATE TABLE `ss13_player_pai` (
|
||||
CREATE TABLE `ss13_player_preferences` (
|
||||
`ckey` varchar(32) NOT NULL,
|
||||
`ooccolor` text,
|
||||
`clientfps` int(11) DEFAULT '0',
|
||||
`lastchangelog` text,
|
||||
`UI_style` text,
|
||||
`current_character` int(11) DEFAULT '0',
|
||||
|
||||
6
SQL/migrate/V044__client_fps.sql
Normal file
6
SQL/migrate/V044__client_fps.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
-- Complimentary of PR #7127
|
||||
--
|
||||
|
||||
ALTER TABLE `ss13_player_preferences`
|
||||
ADD `clientfps` INT DEFAULT '0' AFTER `ooccolor`;
|
||||
Reference in New Issue
Block a user