summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.3/postgresql/patch
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-26 07:49:26 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-26 07:49:26 +0000
commitae18ba2568d312ad4db131752c76c471d0268f28 (patch)
treef165a065707e0f2cd1df584d352efb236c483376 /upgrades/dbpatches/1.3/postgresql/patch
parentf73c4ad3ffbfdcc80cee0c9c4b85a122398db71b (diff)
downloadzabbix-ae18ba2568d312ad4db131752c76c471d0268f28.tar.gz
zabbix-ae18ba2568d312ad4db131752c76c471d0268f28.tar.xz
zabbix-ae18ba2568d312ad4db131752c76c471d0268f28.zip
Added slides.step (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@3923 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'upgrades/dbpatches/1.3/postgresql/patch')
-rw-r--r--upgrades/dbpatches/1.3/postgresql/patch/slides.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/upgrades/dbpatches/1.3/postgresql/patch/slides.sql b/upgrades/dbpatches/1.3/postgresql/patch/slides.sql
index 5f353598..4d5fdd3a 100644
--- a/upgrades/dbpatches/1.3/postgresql/patch/slides.sql
+++ b/upgrades/dbpatches/1.3/postgresql/patch/slides.sql
@@ -1,6 +1,7 @@
CREATE TABLE slides (
slideid bigint DEFAULT '0' NOT NULL,
slideshowid bigint DEFAULT '0' NOT NULL,
+ step integer DEFAULT '0' NOT NULL,
delay integer DEFAULT '0' NOT NULL,
PRIMARY KEY (slideid)
);