7199-devToTest_2316 #2287

Merged
alexm merged 169 commits from 7199-devToTest_2316 into test 2024-04-11 06:25:23 +00:00
2 changed files with 0 additions and 24 deletions
Showing only changes of commit f9ef45f1d9 - Show all commits

View File

@ -1,11 +0,0 @@
code: my-db
schemas:
- myt
- my_db
fixtures:
myt:
- version
- versionLog
my_db:
- table1
- table2

View File

@ -1,13 +0,0 @@
{
"name": "my-db",
"version": "1.0.0",
"author": "Me",
"description": "My database project",
"license": "GPL-3.0",
"repository": {
"type": "git"
},
"dependencies": {
"@verdnatura/myt": "^1.6.9"
}
}