Files
AstralRinth/migrations/20221217215337_drop-body_url-changelog_url.sql
2022-12-23 15:19:15 -05:00

2 lines
86 B
SQL

ALTER TABLE mods DROP COLUMN body_url;
ALTER TABLE versions DROP COLUMN changelog_url;