Skip to content

[Loggable] ORM entity relies on deprecated field typeΒ #2502

@mbabker

Description

@mbabker

DBAL 3.4 deprecated the array and object types. The Gedmo\Loggable\Entity\MappedSuperclass\AbstractLogEntry schema uses the array type for its data column. This is going to need migrating somehow.

(While the actual change isn't too bad to make here, it requires a data migration for all users of this package from a serialized string to its replacement (JSON column is the suggestion), which isn't a straightforward thing depending on the types of changes being logged)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Still RelevantMark PRs that might've been auto-closed that are still relevant.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions