summaryrefslogtreecommitdiffstats
path: root/upgrades
diff options
context:
space:
mode:
Diffstat (limited to 'upgrades')
-rw-r--r--upgrades/dbpatches/1.1beta6_to_1.1beta7/mysql/patch.sql1
-rw-r--r--upgrades/dbpatches/1.1beta6_to_1.1beta7/postgresql/patch.sql1
2 files changed, 2 insertions, 0 deletions
diff --git a/upgrades/dbpatches/1.1beta6_to_1.1beta7/mysql/patch.sql b/upgrades/dbpatches/1.1beta6_to_1.1beta7/mysql/patch.sql
index 1c030261..8c1382b4 100644
--- a/upgrades/dbpatches/1.1beta6_to_1.1beta7/mysql/patch.sql
+++ b/upgrades/dbpatches/1.1beta6_to_1.1beta7/mysql/patch.sql
@@ -1,2 +1,3 @@
alter table hosts add templateid int(4) DEFAULT '0' NOT NULL;
alter table items add templateid int(4) DEFAULT '0' NOT NULL;
+alter table triggers add templateid int(4) DEFAULT '0' NOT NULL;
diff --git a/upgrades/dbpatches/1.1beta6_to_1.1beta7/postgresql/patch.sql b/upgrades/dbpatches/1.1beta6_to_1.1beta7/postgresql/patch.sql
index c0efc643..682d2fc2 100644
--- a/upgrades/dbpatches/1.1beta6_to_1.1beta7/postgresql/patch.sql
+++ b/upgrades/dbpatches/1.1beta6_to_1.1beta7/postgresql/patch.sql
@@ -1,2 +1,3 @@
alter table hosts add templateid int4 DEFAULT '0' NOT NULL;
alter table items add templateid int4 DEFAULT '0' NOT NULL;
+alter table triggers add templateid int4 DEFAULT '0' NOT NULL;