diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-05-01 01:54:08 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-05-01 01:54:08 -0700 |
commit | 51d99728286212717003009dd5706bb74edcb272 (patch) | |
tree | 5aff9d44e5856dd256020811943f9231ccfdb225 /db updates.sql | |
parent | 95d067a02b4a979f0ff3b23291d0b3b9718f615e (diff) | |
download | pathery-51d99728286212717003009dd5706bb74edcb272.tar.xz |
Challengesss Challenges... DB Updates. Challenges
Diffstat (limited to 'db updates.sql')
-rw-r--r-- | db updates.sql | 4 |
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 |