diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-03-19 21:51:15 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-03-19 21:51:15 -0700 |
commit | 2f9b89f3aef82f706fbd0071bac535e8622d9b9e (patch) | |
tree | 4260de6c490113f0c9f19ca87f8c4ff2ac32f08b /db updates.sql | |
parent | bc57b007dfa5e6e723946143671a9db68a82f348 (diff) | |
download | pathery-2f9b89f3aef82f706fbd0071bac535e8622d9b9e.tar.xz |
wallOrientation to SQL Updates.
Diffstat (limited to 'db updates.sql')
-rw-r--r-- | db updates.sql | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/db updates.sql b/db updates.sql index 3cef782..fb5fce2 100644 --- a/db updates.sql +++ b/db updates.sql @@ -244,4 +244,7 @@ ALTER TABLE `challengeMaps` ADD UNIQUE ( `challengeTier` , `challengeSuborder`); ALTER TABLE `challenges` DROP INDEX `mapID` , -ADD UNIQUE `mapID` ( `mapID` , `ordering` );
\ No newline at end of file +ADD UNIQUE `mapID` ( `mapID` , `ordering` ); + + +ALTER TABLE `users` ADD `wallOrientation` TINYINT DEFAULT '0' NOT NULL AFTER `wallEmblem` ;
\ No newline at end of file |