DB structure & data export, DB Dockerfile version changed to 10.7.3
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2022-06-23 12:14:16 +02:00
parent f7d64e89ab
commit 7d67ca0e89
4 changed files with 12208 additions and 28235 deletions

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -65,6 +65,7 @@ TABLES=(
ticketUpdateAction
time
volumeConfig
workCenter
)
dump_tables ${TABLES[@]}
@ -101,7 +102,6 @@ TABLES=(
media_type
professional_category
profile_type
workcenter
)
dump_tables ${TABLES[@]}
@ -111,4 +111,4 @@ TABLES=(
TiposTransacciones
TiposRetencion
)
dump_tables ${TABLES[@]}
dump_tables ${TABLES[@]}