aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg/deploy/use_numeric_primary_keys.sql
blob: e659bb0a6ee6159ce5cf34b5c30f732f92b5ae29 (plain)
1
2
3
4
5
6
7
-- Deploy guix-build-coordinator:use_numeric_primary_keys to pg

BEGIN;

-- XXX Add DDLs here.

COMMIT;