Added email field to user.
This commit is contained in:
parent
dee7a13cba
commit
6ec1b77684
16 changed files with 410 additions and 139 deletions
8
Makefile
8
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue