diff --git a/Makefile b/Makefile index 313b52971..7d6b1f8a5 100644 --- a/Makefile +++ b/Makefile @@ -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