mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-03-15 13:46:02 +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;
|