crates: production models and repo layer
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Iceb76724c09eaca7ca5d823010db76776a6a6964
This commit is contained in:
parent
17fb0bbe80
commit
1b12be3f8a
31 changed files with 3841 additions and 12 deletions
2
crates/common/migrations/002_add_build_system.sql
Normal file
2
crates/common/migrations/002_add_build_system.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
-- Add system field to builds table
|
||||
ALTER TABLE builds ADD COLUMN system VARCHAR(50);
|
||||
Loading…
Add table
Add a link
Reference in a new issue