scan-flow: geolocation scan, location-aware SMS throttle (log sender), finder contact, sms_enabled toggle, branding — 19/19 phase-2 scenarios pass
This commit is contained in:
2
Makefile
2
Makefile
@@ -19,7 +19,7 @@ build: ## build linux amd64 binary for .13
|
||||
cd frontend && GOOS=linux GOARCH=amd64 go build -o where-woof .
|
||||
|
||||
generate: ## regenerate sqlc query code
|
||||
cd frontend && sqlc generate
|
||||
cd frontend && PATH="$$PATH:$$(go env GOPATH)/bin" sqlc generate
|
||||
|
||||
psql: ## ad-hoc SQL shell into wherewoof-db on .13 (no local psql install)
|
||||
ssh sam@192.168.20.13 docker exec -i wherewoof-db psql -U wherewoof -d wherewoof
|
||||
|
||||
Reference in New Issue
Block a user