diff options
Diffstat (limited to 'upgrades/dbpatches/1.4/postgresql/patch/slides.sql')
-rw-r--r-- | upgrades/dbpatches/1.4/postgresql/patch/slides.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrades/dbpatches/1.4/postgresql/patch/slides.sql b/upgrades/dbpatches/1.4/postgresql/patch/slides.sql index 46783417..f6c1598d 100644 --- a/upgrades/dbpatches/1.4/postgresql/patch/slides.sql +++ b/upgrades/dbpatches/1.4/postgresql/patch/slides.sql @@ -5,6 +5,6 @@ CREATE TABLE slides ( step integer DEFAULT '0' NOT NULL, delay integer DEFAULT '0' NOT NULL, PRIMARY KEY (slideid) -); +) with OIDS; CREATE INDEX slides_slides_1 on slides (slideshowid); |