diff --git a/sqitch.conf b/sqitch.conf index 3447459..b01380d 100644 --- a/sqitch.conf +++ b/sqitch.conf @@ -1,7 +1,7 @@ [core] engine = pg # plan_file = sqitch.plan - # top_dir = . + top_dir = sqitch # [engine "pg"] # target = db:pg: # registry = sqitch diff --git a/sqitch.plan b/sqitch/sqitch.plan similarity index 100% rename from sqitch.plan rename to sqitch/sqitch.plan