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 25ee86d commit 0f6914aCopy full SHA for 0f6914a
db/Migration.go
@@ -91,6 +91,7 @@ func GetMigrations() []Migration {
91
{Version: "2.14.1"},
92
{Version: "2.14.5"},
93
{Version: "2.14.7"},
94
+ {Version: "2.14.12"},
95
}
96
97
db/sql/migrations/v2.14.12.sql
@@ -0,0 +1 @@
1
+create index task__output_time_idx on task__output (time);
0 commit comments