From b6807708eebcb0253af6adf16c379fe248063b1b Mon Sep 17 00:00:00 2001 From: Andras Iklody Date: Mon, 17 Dec 2012 16:03:10 +0100 Subject: [PATCH] 2 SQL files missing - added them now --- app/MYSQL.analysis.sql | 1 + app/MYSQL.change_pw.sql | 1 + 2 files changed, 2 insertions(+) create mode 100644 app/MYSQL.analysis.sql create mode 100644 app/MYSQL.change_pw.sql diff --git a/app/MYSQL.analysis.sql b/app/MYSQL.analysis.sql new file mode 100644 index 000000000..ae575718d --- /dev/null +++ b/app/MYSQL.analysis.sql @@ -0,0 +1 @@ +alter table events add column analysis tinyint(1) UNSIGNED DEFAULT NULL; \ No newline at end of file diff --git a/app/MYSQL.change_pw.sql b/app/MYSQL.change_pw.sql new file mode 100644 index 000000000..b7a98ecfe --- /dev/null +++ b/app/MYSQL.change_pw.sql @@ -0,0 +1 @@ +alter table users add column change_pw tinyint(1) UNSIGNED DEFAULT NULL; \ No newline at end of file