[general] Force no FK operation on V66 migration

pull/1/head
Dom Eori 2021-12-26 19:06:09 +09:00
parent 21a9fe8e70
commit 950526dfb6
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1 @@
executeInTransaction=false