Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
Localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
berk76 committed Feb 7, 2024
1 parent b50b11a commit dcf3246
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose/create-schema.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
USER=sysdba
PASSWORD=change-it
HOST=svjis_db
HOST=localhost
DATABASE=SVJIS_PRODUCTION

sleep 1s
/usr/local/firebird/bin/isql -user "$USER" -password "$PASSWORD" -input '/firebird/database.sql' "$HOST:$DATABASE"
rm /firebird/database.sql
echo "EXECUTE PROCEDURE SP_CREATE_COMPANY 'New Company'; COMMIT;" > /firebird/comp.sql
Expand Down

0 comments on commit dcf3246

Please sign in to comment.