Skip to content

How to handle code changes in Notification Classes #130

Open
@FredrikPAC

Description

@FredrikPAC

Hi everyone!
We're stumbling on alot of issues surrounding the unserialization of older notifications which have had their code changed.
We're using a postgres db, so the column is base64_encoded. How are you guys handling this scenario in your applications?
To be honest im starting to feel a little sceptical about serializing the whole notification as it seems php/laravel is unable to handle quite basic changes to the serialized Notification class. And since it's encoded it's a little difficult to query and migrate the failing notifications. It feels like we might be missing a piece of the puzzle though.

Kindly Fredrik

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions