add users table migrations. Need to install goose into migrator

This commit is contained in:
valitovgaziz
2024-08-08 16:15:40 +05:00
parent 260a01b27c
commit f9a7615801
5 changed files with 11 additions and 7 deletions
+1
View File
@@ -4,6 +4,7 @@ DB_NAME=postgres
DB_PORT=5432
HOST_DB=db
SERVER_PORT=8000
SSLmode=disable
POSTGRESQL_URL='postgres://postgres:postgres@db:5432/postgres?sslmode=disable'
# MIGRATOR