From 0d154c244ad136c367e578a889f1bd3ccb6ca287 Mon Sep 17 00:00:00 2001 From: fred-fri <fred-fri@dsv.su.se> Date: Fri, 8 Feb 2013 13:42:24 +0900 Subject: [PATCH] new db file --- resources/db_update_scripts/current.sql | 1 - resources/db_update_scripts/db_update_2013-02-08.sql | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100755 resources/db_update_scripts/db_update_2013-02-08.sql diff --git a/resources/db_update_scripts/current.sql b/resources/db_update_scripts/current.sql index e7e7b2f6be..e69de29bb2 100755 --- a/resources/db_update_scripts/current.sql +++ b/resources/db_update_scripts/current.sql @@ -1 +0,0 @@ -ALTER TABLE `NotificationSettings` ADD COLUMN `notifyNewIdeaKeyword` bit(1) NOT NULL DEFAULT b'0'; \ No newline at end of file diff --git a/resources/db_update_scripts/db_update_2013-02-08.sql b/resources/db_update_scripts/db_update_2013-02-08.sql new file mode 100755 index 0000000000..e7e7b2f6be --- /dev/null +++ b/resources/db_update_scripts/db_update_2013-02-08.sql @@ -0,0 +1 @@ +ALTER TABLE `NotificationSettings` ADD COLUMN `notifyNewIdeaKeyword` bit(1) NOT NULL DEFAULT b'0'; \ No newline at end of file