Skip to content

Commit

Permalink
remove sql table creation on database startup since gateway is handli…
Browse files Browse the repository at this point in the history
…ng that now
  • Loading branch information
zkokelj committed Jan 30, 2024
1 parent 4f151e1 commit 5f03dc0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ jobs:
-e MARIADB_ROOT_PASSWORD=${{ secrets.OBSCURO_GATEWAY_MARIADB_ROOT_PWD }} \
-e MARIADB_USER=obscurouser \
-e MARIADB_PASSWORD=${{ secrets.OBSCURO_GATEWAY_MARIADB_USER_PWD }} \
-v /home/obscuro/go-obscuro/tools/walletextension/storage/database/001_init.sql:/docker-entrypoint-initdb.d/schema.sql \
mariadb:11.1.2-jammy \
--max_password_errors=2'
22 changes: 0 additions & 22 deletions tools/walletextension/storage/database/001_init.sql

This file was deleted.

0 comments on commit 5f03dc0

Please sign in to comment.