summaryrefslogtreecommitdiffstats
path: root/db updates.sql
blob: d248ef257c94bed0aa78a3421b4f94129374308a (plain)
1
2
3
4
5
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 ;