2020-02-11 08:35:35 -05:00
|
|
|
-- Make the Builds.jobset_id column NOT NULL. If this upgrade fails,
|
2020-02-05 19:42:07 -05:00
|
|
|
-- either the admin didn't run the backfiller or there is a bug. If
|
|
|
|
-- the admin ran the backfiller and there are null columns, it is
|
|
|
|
-- very important to figure out where the nullable columns came from.
|
|
|
|
|
2020-02-11 08:35:35 -05:00
|
|
|
ALTER TABLE Builds
|
2020-02-05 19:42:07 -05:00
|
|
|
ALTER COLUMN jobset_id SET NOT NULL;
|