refs #6757 fix back, fix upperCase, fix e2e back #1985
|
@ -1,11 +0,0 @@
|
||||||
code: my-db
|
|
||||||
schemas:
|
|
||||||
- myt
|
|
||||||
- my_db
|
|
||||||
fixtures:
|
|
||||||
myt:
|
|
||||||
- version
|
|
||||||
- versionLog
|
|
||||||
my_db:
|
|
||||||
- table1
|
|
||||||
- table2
|
|
|
@ -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.3"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -337,5 +337,5 @@
|
||||||
"You already have the mailAlias": "Ya tienes este alias de correo",
|
"You already have the mailAlias": "Ya tienes este alias de correo",
|
||||||
"The alias cant be modified": "Este alias de correo no puede ser modificado",
|
"The alias cant be modified": "Este alias de correo no puede ser modificado",
|
||||||
"No tickets to invoice": "No hay tickets para facturar",
|
"No tickets to invoice": "No hay tickets para facturar",
|
||||||
"Name should be uppercase": "Name should be uppercase"
|
"Name should be uppercase": "El nombre debe ir en mayúscula"
|
||||||
carlossa marked this conversation as resolved
Outdated
|
|||||||
}
|
}
|
Loading…
Reference in New Issue
Traducir