mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-10 07:14:59 +02:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user