From a59bb22a72614312f2bb217078759e4a679ced20 Mon Sep 17 00:00:00 2001 From: fred-fri <fred-fri@dsv.su.se> Date: Fri, 23 Aug 2013 12:06:42 +0900 Subject: [PATCH] added sql --- resources/db_update_scripts/current.sql | 4 ---- resources/db_update_scripts/db_update_2013-08-23.sql | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100755 resources/db_update_scripts/db_update_2013-08-23.sql diff --git a/resources/db_update_scripts/current.sql b/resources/db_update_scripts/current.sql index b5eb33008a..e69de29bb2 100755 --- a/resources/db_update_scripts/current.sql +++ b/resources/db_update_scripts/current.sql @@ -1,4 +0,0 @@ -DROP TABLE role_Language; - -ALTER TABLE newidea_student DROP PRIMARY KEY; -ALTER TABLE newidea_student ADD `id` bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY; \ No newline at end of file diff --git a/resources/db_update_scripts/db_update_2013-08-23.sql b/resources/db_update_scripts/db_update_2013-08-23.sql new file mode 100755 index 0000000000..b5eb33008a --- /dev/null +++ b/resources/db_update_scripts/db_update_2013-08-23.sql @@ -0,0 +1,4 @@ +DROP TABLE role_Language; + +ALTER TABLE newidea_student DROP PRIMARY KEY; +ALTER TABLE newidea_student ADD `id` bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY; \ No newline at end of file