Modrinth/apps/labrinth/migrations/20201213013358_remove-member-name.sql
2024-10-16 14:11:42 -07:00

5 lines
156 B
SQL

-- Add migration script here
ALTER TABLE team_members
DROP COLUMN member_name;
UPDATE side_types SET name = 'optional' WHERE name = 'no-functionality';