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

@@ -86,3 +86,5 @@ CREATE TABLE IF NOT EXISTS `ident_switch`
INDEX `IX_ident_switch_iid`(`iid`),
INDEX `IX_ident_switch_parent_id`(`parent_id`)
);
INSERT INTO `system` (`name`, `value`) VALUES ('ident_switch-version', '2026021000');