Updates to account, ui, etc
This commit is contained in:
2
Makefile
2
Makefile
@@ -15,7 +15,7 @@ help: ## This info
|
||||
format: format-api format-ui format-adsb ## Format code
|
||||
|
||||
psql: ## Connect to the PSQL DB
|
||||
@docker exec -it aviation-postgres psql -U ${POSTGRES_USER} -P pager=off
|
||||
@docker exec -it aviation-postgres psql -U ${POSTGRES_USER} -d ${POSTGRES_DB} -P pager=off
|
||||
|
||||
#################
|
||||
# API Commands #
|
||||
|
||||
Reference in New Issue
Block a user