- 🇬🇧United Kingdom catch
JSON support is in progress and we're replacing serialized php with that mostly.
Follow-up from #1031122: postgres changeField() is unable to convert to bytea column type correctly →
Drupal 6 and possibly some contrib modules stored serialized data in a varchar, this is not recommended, and particularly breaks on postgres.
Add a serialized_data schema type to make it clear that the column stores serialized data. This would be mainly for documentation purposes and would map to blob/bytea.
Addition only, although also a new best practice.
Closed: outdated
11.0 🔥
database system
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
JSON support is in progress and we're replacing serialized php with that mostly.