mirror of
https://github.com/dnote/dnote
synced 2026-03-14 14:35:50 +01:00
8 lines
283 B
YAML
8 lines
283 B
YAML
# A configuration for sql-migrate tool for generating migrations
|
|
# using `sql-migrate new`. This file is not actually used for running
|
|
# migrations because we run them programmatically.
|
|
|
|
development:
|
|
dialect: postgres
|
|
datasource: dbname=dnote sslmode=disable
|
|
dir: ./migrations
|