You've already forked AstralRinth
move to monorepo dir
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- Add migration script here
|
||||
ALTER TABLE organizations RENAME COLUMN name TO slug;
|
||||
|
||||
ALTER TABLE organizations ADD COLUMN name text NULL;
|
||||
UPDATE organizations SET name = slug;
|
||||
ALTER TABLE organizations ALTER COLUMN name SET NOT NULL;
|
||||
|
||||
Reference in New Issue
Block a user