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

BEGIN;

-- XXX Add DDLs here.

COMMIT;