Ignore:
Timestamp:
May 12, 2010, 10:59:54 PM (14 years ago)
Author:
nikrou
Message:

SQLite cannot drop tables on cascade

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/piwigo_structure-sqlite.sql

    r5452 r6166  
    358358-----------------------------------------------------------------------------
    359359
    360 DROP TABLE IF EXISTS "piwigo_themes" CASCADE;
     360DROP TABLE IF EXISTS "piwigo_themes";
    361361CREATE TABLE "piwigo_themes"
    362362(
Note: See TracChangeset for help on using the changeset viewer.