mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
Merge branch 'main' into adjust-index-page-for-external-profiles
This commit is contained in:
commit
6ed235419d
@ -27,5 +27,6 @@ SEED_SQL_DIR=$PROJECT_FOLDER/manual
|
||||
|
||||
# apply database updates
|
||||
for filename in $SEED_SQL_DIR/*.sql; do
|
||||
echo "Executing $filename"
|
||||
docker exec -i utopia-map-database-1 /bin/bash -c "PGPASSWORD=$PGPASSWORD psql -v ON_ERROR_STOP=1 --username $PGUSER $PGDATABASE" < $filename
|
||||
done
|
||||
Loading…
x
Reference in New Issue
Block a user