myt/myvc.config.json

18 lines
200 B
JSON
Executable File

{
"code": "my-app",
"schemas": [
"util",
"my_app"
],
"fixtures": {
"util": [
"version",
"versionUser"
],
"my_app": [
"table1",
"table2"
]
}
}