summaryrefslogtreecommitdiffstats
path: root/db updates.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db updates.sql')
-rw-r--r--db updates.sql4
1 files changed, 3 insertions, 1 deletions
diff --git a/db updates.sql b/db updates.sql
index f472392..5afd88f 100644
--- a/db updates.sql
+++ b/db updates.sql
@@ -247,4 +247,6 @@ DROP INDEX `mapID` ,
ADD UNIQUE `mapID` ( `mapID` , `ordering` );
-- Optimizing the daily update queries
-ALTER TABLE `solutions` ADD INDEX ( `isHighScore` ) \ No newline at end of file
+ALTER TABLE `solutions` ADD INDEX ( `isHighScore` )
+
+ALTER TABLE `users` ADD `wallOrientation` TINYINT NOT NULL DEFAULT '0' AFTER `wallEmblem` \ No newline at end of file