mirror of
https://example.com
synced 2024-11-22 23:16: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 && \
|
cd packages/backend/native-utils && \
|
||||||
sea-orm-cli generate entity \
|
sea-orm-cli generate entity \
|
||||||
--output-dir='src/model/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
|
.PHONY: update-index-js
|
||||||
|
|
Loading…
Reference in a new issue