diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-01-15 01:22:39 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-01-15 01:22:39 -0800 |
commit | cc579e91af8adbef5ddda979dbbe5db93a8c32ef (patch) | |
tree | e7acbf3108c0bc315ac858129c0eda62e4c0fd23 /db updates.sql | |
parent | 43067b7e18c0bd44f703a8bee8770bcdab674f20 (diff) | |
parent | 4617f928718883862000aedc6c915e9161bfb35f (diff) | |
download | pathery-cc579e91af8adbef5ddda979dbbe5db93a8c32ef.tar.xz |
Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery
Diffstat (limited to 'db updates.sql')
-rw-r--r-- | db updates.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db updates.sql b/db updates.sql new file mode 100644 index 0000000..e038771 --- /dev/null +++ b/db updates.sql @@ -0,0 +1,5 @@ +ALTER TABLE `db428221563`.`mapOfTheDay` DROP INDEX `UniqueTypeDate` , +ADD UNIQUE `UniqueTypeDate` ( `mapDate` , `mapType` ) + +ALTER TABLE `mapOfTheDay` ADD `championPointsWorth` INT NOT NULL DEFAULT '0' + |