Files
pad/internal/store
xarmian 754033f559 fix: use dialect booleans for view and webhook creation on PostgreSQL
- 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.
2026-04-06 00:29:35 +00:00
..