Tyler Hallada
a42c22cf4b
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.
1 line
75 B
SQL
1 line
75 B
SQL
ALTER TABLE "mods" ADD COLUMN "is_translation" BOOL NOT NULL DEFAULT FALSE; |