Add is_translation to mod with backfill
Now, the update command will scrape all non-translation mods and translation mods separately so the is_translation value can be set correctly in the future.
This commit is contained in:
1
migrations/20220316031403_add_is_translation_to_mods.sql
Normal file
1
migrations/20220316031403_add_is_translation_to_mods.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "mods" ADD COLUMN "is_translation" BOOL NOT NULL DEFAULT FALSE;
|
||||
Reference in New Issue
Block a user