diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2023-02-26 14:20:06 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2023-03-01 02:28:55 +0900 |
commit | 542904218dcdebb3fe90023318eac8fccfa9d2ca (patch) | |
tree | d617240e43869ccb024873b8f300f1c8a9f3d55c /sqitch.conf | |
parent | 42a7a626e3dc358ab27699dd753ae89b27493daa (diff) |
Initialize Sqitch configuration.
Diffstat (limited to 'sqitch.conf')
-rw-r--r-- | sqitch.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sqitch.conf b/sqitch.conf new file mode 100644 index 0000000..3447459 --- /dev/null +++ b/sqitch.conf @@ -0,0 +1,8 @@ +[core] + engine = pg + # plan_file = sqitch.plan + # top_dir = . +# [engine "pg"] + # target = db:pg: + # registry = sqitch + # client = psql |