summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.3/mysql/1.1/config.sql
diff options
context:
space:
mode:
Diffstat (limited to 'upgrades/dbpatches/1.3/mysql/1.1/config.sql')
-rw-r--r--upgrades/dbpatches/1.3/mysql/1.1/config.sql10
1 files changed, 0 insertions, 10 deletions
diff --git a/upgrades/dbpatches/1.3/mysql/1.1/config.sql b/upgrades/dbpatches/1.3/mysql/1.1/config.sql
deleted file mode 100644
index 61a8d3e7..00000000
--- a/upgrades/dbpatches/1.3/mysql/1.1/config.sql
+++ /dev/null
@@ -1,10 +0,0 @@
-CREATE TABLE config (
--- smtp_server varchar(255) DEFAULT '' NOT NULL,
--- smtp_helo varchar(255) DEFAULT '' NOT NULL,
--- smtp_email varchar(255) DEFAULT '' NOT NULL,
--- password_required int(1) DEFAULT '0' NOT NULL,
- alert_history int(4) DEFAULT '0' NOT NULL,
- alarm_history int(4) DEFAULT '0' NOT NULL,
- refresh_unsupported int(4) DEFAULT '0' NOT NULL,
- work_period varchar(100) DEFAULT '1-5,00:00-24:00' NOT NULL
-) type=InnoDB;