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:
parent
45eee83ef7
commit
3f982e8443
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue