summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-03-19 21:51:15 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-03-19 21:51:15 -0700
commit2f9b89f3aef82f706fbd0071bac535e8622d9b9e (patch)
tree4260de6c490113f0c9f19ca87f8c4ff2ac32f08b
parentbc57b007dfa5e6e723946143671a9db68a82f348 (diff)
downloadpathery-2f9b89f3aef82f706fbd0071bac535e8622d9b9e.tar.xz
wallOrientation to SQL Updates.
-rw-r--r--db updates.sql5
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