mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 07:19:20 +01:00
feat(tasks): make primary key for task output to bigint
This commit is contained in:
parent
ab89f0d4fb
commit
4e11016543
@ -78,6 +78,7 @@ func GetMigrations() []Migration {
|
||||
{Version: "2.10.46"},
|
||||
{Version: "2.11.5"},
|
||||
{Version: "2.12.0"},
|
||||
{Version: "2.12.3"},
|
||||
}
|
||||
}
|
||||
|
||||
|
1
db/sql/migrations/v2.12.3.sql
Normal file
1
db/sql/migrations/v2.12.3.sql
Normal file
@ -0,0 +1 @@
|
||||
alter table `task__output` change `id` `id` bigint not null
|
Loading…
Reference in New Issue
Block a user