Commit Graph

2 Commits

Author SHA1 Message Date
Sean Bright e5e9692738 res_pjsip: Fix alembic downgrade for boolean columns.
When downgrading, ensure that we don't touch columns that didn't
actually change during upgrade.
2024-03-20 12:09:45 +00:00
Sean Bright 6291ddaf90 res_pjsip: Use consistent type for boolean columns.
This migrates the relevant schema objects from the `('yes', 'no')`
definition to the `('0', '1', 'off', 'on', 'false', 'true', 'yes', 'no')`
one.

Fixes #617
2024-03-05 23:30:39 +00:00