Created
August 8, 2012 05:36
-
-
Save rjmackay/3292467 to your computer and use it in GitHub Desktop.
upgrade65-66.sql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALTER TABLE `settings` ADD `allow_alerts` tinyint(4) NOT NULL DEFAULT '0'; | |
UPDATE `settings` SET `db_version` = '66' WHERE `id`=1 LIMIT 1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tried out this piece of code and it worked out just fine...