aboutsummaryrefslogtreecommitdiff
path: root/sqitch/sqlite/deploy/allocated_builds_submit_outputs.sql
blob: 66d6b453ef1de8e38420e37990d76cf58a92c4f9 (plain)
1
2
3
4
5
6
7
-- Deploy guix-build-coordinator:allocated_builds_submit_outputs to sqlite

BEGIN;

ALTER TABLE allocated_builds ADD COLUMN submit_outputs BOOLEAN DEFAULT NULL;

COMMIT;