1
0
Fork 1
mirror of https://example.com synced 2024-11-22 12:06:39 +09:00

dev: fix postgres port number in Makefile

overlooked in 881fd5f5d8
This commit is contained in:
naskya 2024-01-19 19:52:45 +09:00
parent 826c81fd5b
commit 6764720875
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -31,7 +31,7 @@ regenerate-entities:
cd packages/backend/native-utils && \
sea-orm-cli generate entity \
--output-dir='src/model/entity' \
--database-url='postgres://firefish:password@localhost/firefish_db'
--database-url='postgres://firefish:password@localhost:25432/firefish_db'
.PHONY: update-index-js