data-service/sqitch/revert/build_status_nullable_times...

8 lines
108 B
PL/PgSQL

-- Revert guix-data-service:build_status_nullable_timestamp from pg
BEGIN;
-- XXX Add DDLs here.
COMMIT;