File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
kms-connector/connector-db Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1919fi
2020
2121echo " -------------- Start database initialization --------------"
22+ sqlx database drop -y -f || true
2223
2324echo " Creating database..."
2425sqlx database create || { echo " Failed to create database." ; exit 1; }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ PROJECT="fhevm"
1717# Default versions for the fhevm stack.
1818
1919# KMS connector services.
20- export CONNECTOR_DB_MIGRATION_VERSION=${CONNECTOR_DB_MIGRATION_VERSION:- " v0.9.9 " }
20+ export CONNECTOR_DB_MIGRATION_VERSION=${CONNECTOR_DB_MIGRATION_VERSION:- " cbb9fee " }
2121export CONNECTOR_GW_LISTENER_VERSION=${CONNECTOR_GW_LISTENER_VERSION:- " v0.9.9" }
2222export CONNECTOR_KMS_WORKER_VERSION=${CONNECTOR_KMS_WORKER_VERSION:- " v0.9.9" }
2323export CONNECTOR_TX_SENDER_VERSION=${CONNECTOR_TX_SENDER_VERSION:- " v0.9.9" }
You can’t perform that action at this time.
0 commit comments