Skip to content

Commit

Permalink
Remove repeating db_migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
Olshansk committed Sep 3, 2024
1 parent cd1bf2a commit 647cae3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ db_migrate: ## Run database migrations
@echo "Running database migrations..."
./scripts/db_migrate.sh -u

.PHONY: db_migrate
db_migrate: ## Run database migrations
@echo "Running database migrations..."
./scripts/db_migrate.sh -u\


PG_CMD := INSERT INTO pokt_applications (encrypted_private_key) VALUES (pgp_sym_encrypt('$(POKT_APPLICATION_PRIVATE_KEY)', '$(POKT_APPLICATIONS_ENCRYPTION_KEY)'));
db_insert_app_private_key: ## Insert application private key into database
Expand Down

0 comments on commit 647cae3

Please sign in to comment.