Added email field to user.

This commit is contained in:
mikestefanello 2021-12-14 21:16:48 -05:00
parent dee7a13cba
commit 6ec1b77684
16 changed files with 410 additions and 139 deletions

View file

@ -1,9 +1,9 @@
.PHONY: pg
pg:
.PHONY: db
db:
psql postgresql://admin:admin@localhost:5432/app
.PHONY: pg-test
pg-test:
.PHONY: db-test
db-test:
psql postgresql://admin:admin@localhost:5432/app_test
.PHONY: ent-gen