mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 10:25:01 +01:00
Store more metadata
And other various improvements
This commit is contained in:
parent
f6fac25c6f
commit
7f1702bc28
11 changed files with 75 additions and 55 deletions
10
migrations/20250704201048_more-build-metadata.sql
Normal file
10
migrations/20250704201048_more-build-metadata.sql
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
-- Add migration script here
|
||||
|
||||
ALTER TABLE "build_info"
|
||||
ADD COLUMN "build_date" INTEGER NULL;
|
||||
|
||||
ALTER TABLE "build_info"
|
||||
ADD COLUMN "build_duration_ms" INTEGER NULL;
|
||||
|
||||
ALTER TABLE "build_info"
|
||||
ADD COLUMN "does_it_build_version" VARCHAR NULL;
|
||||
Loading…
Add table
Add a link
Reference in a new issue