myt/myvc.config.json

18 lines
200 B
JSON
Raw Normal View History

2020-11-15 18:38:23 +00:00
{
"code": "my-app",
2020-11-16 13:23:28 +00:00
"schemas": [
"util",
"my_app"
2020-11-15 18:38:23 +00:00
],
"fixtures": {
2020-11-16 13:23:28 +00:00
"util": [
"version",
"versionUser"
2020-11-15 18:38:23 +00:00
],
2020-11-16 13:23:28 +00:00
"my_app": [
"table1",
"table2"
2020-11-15 18:38:23 +00:00
]
}
}