- Parameter table_definition_cache increased
- Fix save commit when pushing to local
This commit is contained in:
Juan Ferrer 2022-06-30 14:01:46 +02:00
parent 0ec37b136a
commit 0c7ee1d312
5 changed files with 6 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "myvc",
"version": "1.4.1",
"version": "1.4.14",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "myvc",
"version": "1.4.1",
"version": "1.4.14",
"license": "GPL-3.0",
"dependencies": {
"@sqltools/formatter": "^1.2.3",

View File

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

View File

@ -23,7 +23,7 @@ COPY \
ARG STAMP=unknown
RUN gosu mysql docker-temp-start.sh \
&& myvc push --socket \
&& myvc push --socket --commit \
&& docker-dump.sh dump/fixtures \
&& gosu mysql docker-temp-stop.sh

View File

@ -5,4 +5,5 @@ innodb_page_size = 16K
log_bin_trust_function_creators = ON
datadir = /mysql-data
sql_mode = NO_ENGINE_SUBSTITUTION
table_definition_cache = 1024
skip-log-bin

View File

@ -8,6 +8,6 @@
"type": "git"
},
"dependencies": {
"myvc": "^1.4.13"
"myvc": "^1.4.14"
}
}