Skip to content

Commit 34082a3

Browse files
committed
fix: db migration version
Signed-off-by: Thomas Bétrancourt <[email protected]>
1 parent a9f806c commit 34082a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

db/migration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const (
16-
expectedVersion = "v1.21.0-migration009"
16+
expectedVersion = "v1.21.1-migration010"
1717
)
1818

1919
var (

sql/schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@ CREATE TABLE "utask_sql_migrations" (
134134
current_migration_applied TEXT PRIMARY KEY
135135
);
136136

137-
INSERT INTO "utask_sql_migrations" VALUES ('v1.21.0-migration009');
137+
INSERT INTO "utask_sql_migrations" VALUES ('v1.21.1-migration010');
138138

139139
END;

0 commit comments

Comments
 (0)