summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.4/postgresql/patch/slideshows.sql
diff options
context:
space:
mode:
Diffstat (limited to 'upgrades/dbpatches/1.4/postgresql/patch/slideshows.sql')
-rw-r--r--upgrades/dbpatches/1.4/postgresql/patch/slideshows.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrades/dbpatches/1.4/postgresql/patch/slideshows.sql b/upgrades/dbpatches/1.4/postgresql/patch/slideshows.sql
index ad806da0..8021634a 100644
--- a/upgrades/dbpatches/1.4/postgresql/patch/slideshows.sql
+++ b/upgrades/dbpatches/1.4/postgresql/patch/slideshows.sql
@@ -3,4 +3,4 @@ CREATE TABLE slideshows (
name varchar(255) DEFAULT '' NOT NULL,
delay integer DEFAULT '0' NOT NULL,
PRIMARY KEY (slideshowid)
-);
+) with OIDS;