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

Increase Content field size of gpg_key and public_key to MEDIUMTEXT #20896

Merged
merged 5 commits into from
Aug 22, 2022

Commits on Aug 21, 2022

  1. Increase Content field size of gpg_key and public_key to MEDIUMTEXT

    Unfortunately some keys are too big to fix within the 65535 limit of TEXT on MySQL
    this causes issues with these large keys.
    
    Therefore increase these fields to MEDIUMTEXT.
    
    Fix go-gitea#20894
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    386d7c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e5b895 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    c8a215c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e430f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cfac8d View commit details
    Browse the repository at this point in the history