summaryrefslogtreecommitdiffstats
path: root/db updates.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db updates.sql')
-rw-r--r--db updates.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/db updates.sql b/db updates.sql
index c6f6aa9..d248ef2 100644
--- a/db updates.sql
+++ b/db updates.sql
@@ -1,2 +1,6 @@
-- db updates reset after patch on March 24th.
+--Dialog to challenges:
+ALTER TABLE `challenges` ADD `dialogStart` VARCHAR( 200 ) DEFAULT NULL ,
+ADD `dialogFail` VARCHAR( 200 ) DEFAULT NULL ,
+ADD `dialogSuccess` VARCHAR( 200 ) DEFAULT NULL ; \ No newline at end of file