jet/scripts/gen-entities.sh

4 lines
158 B
Bash
Raw Normal View History

2024-01-23 12:29:19 +01:00
rm -Rf crates/entities/src
sea-orm-cli generate entity --with-copy-enums --with-serde=both -u postgres://postgres@localhost/jet -v -l -o crates/entities/src