fix error in sql-import search path
This commit is contained in:
parent
a3d71e3a0a
commit
80325b6549
18
.vscode/numbered-bookmarks.json
vendored
18
.vscode/numbered-bookmarks.json
vendored
@ -1,19 +1,3 @@
|
|||||||
{
|
{
|
||||||
"bookmarks": [
|
"bookmarks": []
|
||||||
{
|
|
||||||
"fsPath": "$ROOTPATH$/entrypoint.sh",
|
|
||||||
"bookmarks": [
|
|
||||||
-1,
|
|
||||||
-1,
|
|
||||||
79,
|
|
||||||
-1,
|
|
||||||
-1,
|
|
||||||
-1,
|
|
||||||
-1,
|
|
||||||
-1,
|
|
||||||
-1,
|
|
||||||
-1
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
@ -77,7 +77,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# process supplied SQL files in /docker-entrypoint-initdb.d/*.(sql|sql.gz)
|
# process supplied SQL files in /docker-entrypoint-initdb.d/*.(sql|sql.gz)
|
||||||
for f in /docker-entrypoint-initdb.d/*.sh; do
|
for f in /docker-entrypoint-initdb.d/*; do
|
||||||
case "$f" in
|
case "$f" in
|
||||||
*.sql)
|
*.sql)
|
||||||
if [ -s "$f" ]; then
|
if [ -s "$f" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user