mirror of
https://example.com
synced 2024-11-22 17:26:42 +09:00
dev: run migration before regenerating entities
This commit is contained in:
parent
fc340b3194
commit
f77fad99c4
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -27,6 +27,7 @@ rust-lint:
|
|||
|
||||
.PHONY: regenerate-entities
|
||||
regenerate-entities:
|
||||
pnpm run migrate
|
||||
cd packages/backend/native-utils && \
|
||||
sea-orm-cli generate entity \
|
||||
--output-dir='src/model/entity' \
|
||||
|
|
Loading…
Reference in a new issue