refs #6324 remove doc
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
jcasado 2024-04-04 14:01:30 +02:00
parent f5943e4445
commit f9ef45f1d9
2 changed files with 0 additions and 24 deletions

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"
}
}