myt/template/myt.config.yml

12 lines
122 B
YAML
Raw Normal View History

2020-12-02 07:35:26 +00:00
code: my-db
schemas:
2022-12-21 13:17:50 +00:00
- myt
2020-12-02 07:35:26 +00:00
- my_db
fixtures:
2022-12-21 13:17:50 +00:00
myt:
2020-12-02 07:35:26 +00:00
- version
2022-04-04 17:30:43 +00:00
- versionLog
2020-12-02 07:35:26 +00:00
my_db:
- table1
- table2