DB structure & data export
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Hedera tables added to data export
This commit is contained in:
parent
89777646c2
commit
6bdcdbb13c
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
|
@ -14,6 +14,8 @@ echo "" > "$DUMPED_FILE"
|
||||||
TABLES=(
|
TABLES=(
|
||||||
util
|
util
|
||||||
config
|
config
|
||||||
|
version
|
||||||
|
versionLog
|
||||||
)
|
)
|
||||||
dump_tables ${TABLES[@]}
|
dump_tables ${TABLES[@]}
|
||||||
|
|
||||||
|
@ -74,10 +76,20 @@ dump_tables ${TABLES[@]}
|
||||||
|
|
||||||
TABLES=(
|
TABLES=(
|
||||||
hedera
|
hedera
|
||||||
|
browser
|
||||||
imageCollection
|
imageCollection
|
||||||
|
imageCollectionSize
|
||||||
|
language
|
||||||
|
link
|
||||||
|
location
|
||||||
|
menu
|
||||||
|
message
|
||||||
|
metatag
|
||||||
|
newsTag
|
||||||
|
restPriv
|
||||||
|
social
|
||||||
tpvError
|
tpvError
|
||||||
tpvResponse
|
tpvResponse
|
||||||
imageCollectionSize
|
|
||||||
|
|
||||||
)
|
)
|
||||||
dump_tables ${TABLES[@]}
|
dump_tables ${TABLES[@]}
|
||||||
|
|
Loading…
Reference in New Issue