mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
5 lines
224 B
YAML
5 lines
224 B
YAML
# 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.
|