mirror of
https://example.com
synced 2024-11-22 10:36:38 +09:00
parent
b28591abff
commit
1893bfed44
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue