mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-11 18:17:28 +08:00
[general] Force no FK operation on V66 migration
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
PRAGMA foreign_keys = 0;
|
||||||
|
|
||||||
-- Affected game table: maimai2, ongeki
|
-- Affected game table: maimai2, ongeki
|
||||||
-- This fixes reference table (FK entries) mismatch due to "create-copy-drop-rename" nature of sqlite
|
-- This fixes reference table (FK entries) mismatch due to "create-copy-drop-rename" nature of sqlite
|
||||||
-- Sqlite doesn't provide a way to edit FK so this mess always happens
|
-- Sqlite doesn't provide a way to edit FK so this mess always happens
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
executeInTransaction=false
|
||||||
Reference in New Issue
Block a user