mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 10:25:01 +01:00
2 lines
86 B
SQL
2 lines
86 B
SQL
ALTER TABLE finished_nightly
|
|
ADD COLUMN is_broken BOOLEAN NOT NULL DEFAULT FALSE;
|