From 2f9b89f3aef82f706fbd0071bac535e8622d9b9e Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Tue, 19 Mar 2013 21:51:15 -0700 Subject: wallOrientation to SQL Updates. --- db updates.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3