Merge parent_id migration into single 2026021000 upgrade script
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
-- Add alias support: parent_id links an alias identity to a parent account
|
||||
ALTER TABLE ident_switch ADD parent_id integer DEFAULT NULL;
|
||||
|
||||
CREATE INDEX IF NOT EXISTS IX_ident_switch_parent_id ON ident_switch(parent_id);
|
||||
Reference in New Issue
Block a user