Skip to content

Commit

Permalink
Set up config update for ~0.4.0 migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Sep 28, 2024
1 parent a1f742a commit 2fa4889
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/server/data/migrations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const migrations: Record<string, MigrationFunction> = {
'~0.1.0': migrateV010,
'~0.2.0': migrateV020,
'~0.3.0': migrateV030,
'~0.4.0': updateConfigVersions,
};

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

0 comments on commit 2fa4889

Please sign in to comment.