Local DB
- Parameter table_definition_cache increased - Fix save commit when pushing to local
This commit is contained in:
parent
0ec37b136a
commit
0c7ee1d312
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
"type": "git"
|
||||
},
|
||||
"dependencies": {
|
||||
"myvc": "^1.4.13"
|
||||
"myvc": "^1.4.14"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue