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

Add primary_key to issue_index #16813

Merged

Commits on Aug 24, 2021

  1. Add primary_key to issue_index

    Make the group_id a primary key in issue_index. This already has an unique index
    and therefore is a good candidate for becoming a primary key.
    
    This PR also changes all other uses of this table to add the group_id as the
    primary key.
    
    Fix go-gitea#16802
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    8a56a8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33cc8f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    76cd01f View commit details
    Browse the repository at this point in the history