circus/crates/common/migrations/002_add_build_system.sql
NotAShelf 1b12be3f8a
crates: production models and repo layer
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Iceb76724c09eaca7ca5d823010db76776a6a6964
2026-02-02 01:15:05 +03:00

2 lines
86 B
SQL

-- Add system field to builds table
ALTER TABLE builds ADD COLUMN system VARCHAR(50);