Skip to content

Allow serialized php as migration format #243

@gggeek

Description

@gggeek

Migrations stored as serialized php are of course not very readable, but they can be more efficient in terms of cpu and memory usage for the case of mass migrations.

Since php 7.0, the allowed_classes option allows safe calling of unserialize().

We should take advantage of that

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions