Files
synapse/changelog.d/19155.bugfix
Andrew Ferrazzutti 8580ab60c9 Add delayed_events table to boolean column port (#19155)
The `delayed_events` table has a boolean column that should be handled
by the SQLite->PostgreSQL migration script.
2025-11-10 12:17:42 +00:00

2 lines
112 B
Plaintext

Let the SQLite-to-PostgreSQL migration script correctly migrate a boolean column in the `delayed_events` table.