From 25bff96bd7f3fe154cc50f14288847840ec503ee Mon Sep 17 00:00:00 2001 From: Fredrik Friis <fred-fri@dsv.su.se> Date: Tue, 20 Mar 2012 20:43:52 +0900 Subject: [PATCH] added new db update file --- resources/db_update_scripts/current.sql | 1 - resources/db_update_scripts/db_update_2012-03-20.sql | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 resources/db_update_scripts/db_update_2012-03-20.sql diff --git a/resources/db_update_scripts/current.sql b/resources/db_update_scripts/current.sql index 8e48d3c654..e69de29bb2 100644 --- a/resources/db_update_scripts/current.sql +++ b/resources/db_update_scripts/current.sql @@ -1 +0,0 @@ -ALTER TABLE general_system_settings ADD supervisorsCanAcceptDeclinePIs bit(1) NOT NULL \ No newline at end of file diff --git a/resources/db_update_scripts/db_update_2012-03-20.sql b/resources/db_update_scripts/db_update_2012-03-20.sql new file mode 100644 index 0000000000..8e48d3c654 --- /dev/null +++ b/resources/db_update_scripts/db_update_2012-03-20.sql @@ -0,0 +1 @@ +ALTER TABLE general_system_settings ADD supervisorsCanAcceptDeclinePIs bit(1) NOT NULL \ No newline at end of file