We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f742a commit 2fa4889Copy full SHA for 2fa4889
src/lib/server/data/migrations/index.ts
@@ -14,6 +14,7 @@ const migrations: Record<string, MigrationFunction> = {
14
'~0.1.0': migrateV010,
15
'~0.2.0': migrateV020,
16
'~0.3.0': migrateV030,
17
+ '~0.4.0': updateConfigVersions,
18
};
19
20
/** Update config versions (only for minor, non-breaking changes to config.json) */
0 commit comments