Skip to content

Commit

Permalink
[#1222] Fix duplicated migration version
Browse files Browse the repository at this point in the history
  • Loading branch information
msiodelski committed Feb 22, 2024
1 parent 491633f commit cc39614
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/server/database/migrations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

// Current schema version. This value must be bumped up every
// time the schema is updated.
const expectedSchemaVersion int64 = 55
const expectedSchemaVersion int64 = 56

// Common function which tests a selected migration action.
func testMigrateAction(t *testing.T, db *dbops.PgDB, expectedOldVersion, expectedNewVersion int64, action ...string) {
Expand Down

0 comments on commit cc39614

Please sign in to comment.