summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.3/postgresql/patch/slides.sql
diff options
context:
space:
mode:
Diffstat (limited to 'upgrades/dbpatches/1.3/postgresql/patch/slides.sql')
-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)
);