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",
|
"name": "myvc",
|
||||||
"version": "1.4.1",
|
"version": "1.4.14",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "myvc",
|
"name": "myvc",
|
||||||
"version": "1.4.1",
|
"version": "1.4.14",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sqltools/formatter": "^1.2.3",
|
"@sqltools/formatter": "^1.2.3",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "myvc",
|
"name": "myvc",
|
||||||
"version": "1.4.13",
|
"version": "1.4.14",
|
||||||
"author": "Verdnatura Levante SL",
|
"author": "Verdnatura Levante SL",
|
||||||
"description": "MySQL Version Control",
|
"description": "MySQL Version Control",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
|
|
@ -23,7 +23,7 @@ COPY \
|
||||||
|
|
||||||
ARG STAMP=unknown
|
ARG STAMP=unknown
|
||||||
RUN gosu mysql docker-temp-start.sh \
|
RUN gosu mysql docker-temp-start.sh \
|
||||||
&& myvc push --socket \
|
&& myvc push --socket --commit \
|
||||||
&& docker-dump.sh dump/fixtures \
|
&& docker-dump.sh dump/fixtures \
|
||||||
&& gosu mysql docker-temp-stop.sh
|
&& gosu mysql docker-temp-stop.sh
|
||||||
|
|
||||||
|
|
|
@ -5,4 +5,5 @@ 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
|
||||||
|
table_definition_cache = 1024
|
||||||
skip-log-bin
|
skip-log-bin
|
||||||
|
|
|
@ -8,6 +8,6 @@
|
||||||
"type": "git"
|
"type": "git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"myvc": "^1.4.13"
|
"myvc": "^1.4.14"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue