mirror of
https://github.com/PerpetualSoftware/pad.git
synced 2026-09-23 02:53:31 +00:00
754033f559
- views.is_default: replace literal 0 with s.dialect.BoolToInt(false) - webhooks.active: replace literal 1 with s.dialect.BoolToInt(true) Both columns are BOOLEAN in the PostgreSQL schema; integer literals cause type errors with pgx.