summaryrefslogtreecommitdiffstats
path: root/upgrades
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-12-08 11:43:37 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-12-08 11:43:37 +0000
commit557f7ddabb5bf38e5b4a6be7a372b47a4ee643bd (patch)
tree01d3531c76e48988a16067fc1fa4ea1a22b5675c /upgrades
parent253846561a7651b0b3d0b66e3588844077cff45c (diff)
downloadzabbix-557f7ddabb5bf38e5b4a6be7a372b47a4ee643bd.tar.gz
zabbix-557f7ddabb5bf38e5b4a6be7a372b47a4ee643bd.tar.xz
zabbix-557f7ddabb5bf38e5b4a6be7a372b47a4ee643bd.zip
- removed column items.lastdelete (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1528 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'upgrades')
-rw-r--r--upgrades/dbpatches/1.1alpha2_to_1.1alpha3/mysql/patch.sql1
-rw-r--r--upgrades/dbpatches/1.1alpha2_to_1.1alpha3/postgresql/patch.sql1
2 files changed, 2 insertions, 0 deletions
diff --git a/upgrades/dbpatches/1.1alpha2_to_1.1alpha3/mysql/patch.sql b/upgrades/dbpatches/1.1alpha2_to_1.1alpha3/mysql/patch.sql
new file mode 100644
index 00000000..e030d90e
--- /dev/null
+++ b/upgrades/dbpatches/1.1alpha2_to_1.1alpha3/mysql/patch.sql
@@ -0,0 +1 @@
+alter table items drop lastdelete;
diff --git a/upgrades/dbpatches/1.1alpha2_to_1.1alpha3/postgresql/patch.sql b/upgrades/dbpatches/1.1alpha2_to_1.1alpha3/postgresql/patch.sql
new file mode 100644
index 00000000..e030d90e
--- /dev/null
+++ b/upgrades/dbpatches/1.1alpha2_to_1.1alpha3/postgresql/patch.sql
@@ -0,0 +1 @@
+alter table items drop lastdelete;