We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f0cd52 + ae69ba5 commit ed1b1f6Copy full SHA for ed1b1f6
db/Migration.go
@@ -81,6 +81,7 @@ func GetMigrations() []Migration {
81
{Version: "2.12.3"},
82
{Version: "2.12.4"},
83
{Version: "2.12.5"},
84
+ {Version: "2.12.15"},
85
}
86
87
db/sql/migrations/v2.12.15.sql
@@ -0,0 +1,2 @@
1
+alter table `project__schedule` change `last_commit_hash` `last_commit_hash` varchar(64);
2
+alter table `task` change `commit_hash` `commit_hash` varchar(64);
0 commit comments