infoalloggi-monorepo/apps/backend/jet.sh

4 lines
278 B
Bash
Raw Normal View History

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