diff options
Diffstat (limited to 'db updates.sql')
-rw-r--r-- | db updates.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db updates.sql b/db updates.sql index fb5fce2..f472392 100644 --- a/db updates.sql +++ b/db updates.sql @@ -246,5 +246,5 @@ ALTER TABLE `challenges` DROP INDEX `mapID` , ADD UNIQUE `mapID` ( `mapID` , `ordering` ); - -ALTER TABLE `users` ADD `wallOrientation` TINYINT DEFAULT '0' NOT NULL AFTER `wallEmblem` ;
\ No newline at end of file +-- Optimizing the daily update queries +ALTER TABLE `solutions` ADD INDEX ( `isHighScore` )
\ No newline at end of file |