Modrinth/migrations/20201213013358_remove-member-name.sql
Geometrically f0b73fd696
Change index interval, add slug to search documents (#110)
* Change index interval, add slug to search documents

* Allow the removal of '@' for slug get

* Fix

* Remove name and rename side type

* Run prepare
2020-12-13 18:10:58 -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';