summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.1beta6_to_1.1beta7/mysql/patch.sql
diff options
context:
space:
mode:
Diffstat (limited to 'upgrades/dbpatches/1.1beta6_to_1.1beta7/mysql/patch.sql')
-rw-r--r--upgrades/dbpatches/1.1beta6_to_1.1beta7/mysql/patch.sql1
1 files changed, 1 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;