aboutsummaryrefslogtreecommitdiff
path: root/sqitch/revert/build_status_nullable_timestamp.sql
blob: 28125fd3f6b6c7111515f231187c48e7b3580644 (plain)
1
2
3
4
5
6
7
-- Revert guix-data-service:build_status_nullable_timestamp from pg

BEGIN;

-- XXX Add DDLs here.

COMMIT;