infoalloggi-monorepo/apps/backend/jet.sh

4 lines
284 B
Bash
Raw Normal View History

2026-05-19 18:42:34 +02:00
#!/bin/bash
2026-05-26 10:42:00 +02:00
jet -dsn=postgresql://postgres:rootpost@localhost:5433/postgres?sslmode=disable -schema=public -path=./gen/postgres -tables=media_storage,annunci,media_refs -ignore-enums=bantype,genericstatusenum,ordertypeenum,paymentstatusenum,statusconfermaenum,tipologiaposizioneenum
2026-05-19 18:42:34 +02:00