mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 10:25:01 +01:00
4 lines
109 B
SQL
4 lines
109 B
SQL
-- Add migration script here
|
|
|
|
ALTER TABLE finished_nightly
|
|
ADD COLUMN broken_error BOOLEAN DEFAULT NULL;
|