run command fixes

This commit is contained in:
Juan Ferrer 2022-06-09 17:24:44 +02:00
parent fa8552c54f
commit bfa522afbe
5 changed files with 5 additions and 5 deletions

View File

@ -6,4 +6,4 @@ schemas:
fixtures: fixtures:
myvc: myvc:
- version - version
- versionUser - versionLog

View File

@ -1,6 +1,6 @@
{ {
"name": "myvc", "name": "myvc",
"version": "1.4.8", "version": "1.4.9",
"author": "Verdnatura Levante SL", "author": "Verdnatura Levante SL",
"description": "MySQL Version Control", "description": "MySQL Version Control",
"license": "GPL-3.0", "license": "GPL-3.0",

View File

@ -1,4 +1,4 @@
FROM mariadb:10.4.13 FROM mariadb:10.7.3
ENV MYSQL_ROOT_PASSWORD root ENV MYSQL_ROOT_PASSWORD root
ENV TZ Europe/Madrid ENV TZ Europe/Madrid

View File

@ -1,7 +1,7 @@
[mysqld] [mysqld]
innodb_log_file_size = 4M innodb_log_file_size = 4M
innodb_autoextend_increment = 4 innodb_autoextend_increment = 4
innodb_page_size = 8K innodb_page_size = 16K
log_bin_trust_function_creators = ON log_bin_trust_function_creators = ON
datadir = /mysql-data datadir = /mysql-data
sql_mode = NO_ENGINE_SUBSTITUTION sql_mode = NO_ENGINE_SUBSTITUTION

View File

@ -8,6 +8,6 @@
"type": "git" "type": "git"
}, },
"dependencies": { "dependencies": {
"myvc": "^1.4.8" "myvc": "^1.4.9"
} }
} }