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

BEGIN;

-- XXX Add DDLs here.

COMMIT;