SQLite cannot drop tables on cascade

git-svn-id: http://piwigo.org/svn/trunk@6166 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
nikrou 2010-05-12 20:59:54 +00:00
commit 3f982e8443
2 changed files with 2 additions and 2 deletions

View file

@ -357,7 +357,7 @@ CREATE INDEX "tags_i1" ON "piwigo_tags" ("url_name");
-- piwigo_themes
-----------------------------------------------------------------------------
DROP TABLE IF EXISTS "piwigo_themes" CASCADE;
DROP TABLE IF EXISTS "piwigo_themes";
CREATE TABLE "piwigo_themes"
(
"id" varchar(64) default '' NOT NULL,

View file

@ -357,7 +357,7 @@ CREATE INDEX "tags_i1" ON "piwigo_tags" ("url_name");
-- piwigo_themes
-----------------------------------------------------------------------------
DROP TABLE IF EXISTS "piwigo_themes" CASCADE;
DROP TABLE IF EXISTS "piwigo_themes";
CREATE TABLE "piwigo_themes"
(
"id" varchar(64) default '' NOT NULL,