The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[core]
    uri       = https://github.com/theory/sqitch/
    engine    = pg
    top_dir   = migrations
    extension = ddl

[engine "pg"]
    client    = /usr/local/pgsql/bin/psql

[revert]
    to        = gamma
    count     = 2
    revision  = 1.1

[bundle]
    from      = gamma
    tags_only = true
    dest_dir  = _build/sql