Skip to content

Commit 2fa4889

Browse files
Set up config update for ~0.4.0 migrations
1 parent a1f742a commit 2fa4889

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/server/data/migrations/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const migrations: Record<string, MigrationFunction> = {
1414
'~0.1.0': migrateV010,
1515
'~0.2.0': migrateV020,
1616
'~0.3.0': migrateV030,
17+
'~0.4.0': updateConfigVersions,
1718
};
1819

1920
/** Update config versions (only for minor, non-breaking changes to config.json) */

0 commit comments

Comments
 (0)