Files
cheesy-arena-lite/db/dbconf.yml

5 lines
224 B
YAML
Raw Normal View History

2014-05-24 17:58:57 -07:00
# This file must exist to be able to create migration boilerplate with `goose create MigrationName sql`.
development:
driver: sqlite3
open: placeholder.db # Doesn't matter what this value is; the file won't be created.