* Change index interval, add slug to search documents * Allow the removal of '@' for slug get * Fix * Remove name and rename side type * Run prepare
5 lines
156 B
SQL
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'; |