summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--db updates.sql5
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'
+