This repository has been archived on 2024-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
ood_persistence/examples/web/Migra.toml

9 lines
124 B
TOML
Raw Normal View History

2021-10-12 18:14:02 +03:00
root = "database"
[database]
connection = "$DATABASE_URL"
[migrations]
directory = "migrations"
table_name = "migrations"