Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PdoRepository::initSchema() to create table with profile as LONGTEXT. #474

Commits on Mar 2, 2022

  1. Update PdoRepository::initSchema() to create table with profile as LO…

    …NGTEXT.
    
    In larger applications profile column of type TEXT exceeds maximum
    allowed characters of 65535 characters. This leads to data not showing
    in UI since json_decode() returns null on truncated JSON string.
    Charlie Vieillard committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    75ea31b View commit details
    Browse the repository at this point in the history