Skip to content

Commit 0f6914a

Browse files
committed
fix(be): sorting output by time
1 parent 25ee86d commit 0f6914a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

db/Migration.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ func GetMigrations() []Migration {
9191
{Version: "2.14.1"},
9292
{Version: "2.14.5"},
9393
{Version: "2.14.7"},
94+
{Version: "2.14.12"},
9495
}
9596
}
9697

db/sql/migrations/v2.14.12.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
create index task__output_time_idx on task__output (time);

0 commit comments

Comments
 (0)