fix: prevent migration from running on fresh installs

This commit is contained in:
Laurent Dinclaux
2026-02-27 17:50:57 +11:00
parent b4506a0a3e
commit bea25d8396
3 changed files with 6 additions and 0 deletions

View File

@@ -85,3 +85,5 @@ CREATE TABLE ident_switch
CREATE INDEX IX_ident_switch_user_id ON ident_switch(user_id);
CREATE INDEX IX_ident_switch_iid ON ident_switch(iid);
CREATE INDEX IX_ident_switch_parent_id ON ident_switch(parent_id);
INSERT INTO system (name, value) VALUES ('ident_switch-version', '2026021000');