mirror of https://github.com/hykilpikonna/AquaDX
[general] Force no FK operation on V66 migration
parent
21a9fe8e70
commit
950526dfb6
|
@ -1,3 +1,5 @@
|
|||
PRAGMA foreign_keys = 0;
|
||||
|
||||
-- Affected game table: maimai2, ongeki
|
||||
-- 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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
executeInTransaction=false
|
Loading…
Reference in New Issue