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 keys to tables that are missing them #9359

Closed
wants to merge 3 commits into from
Closed

Add primary keys to tables that are missing them #9359

wants to merge 3 commits into from

Commits on Mar 29, 2021

  1. Add primary key to custom_field_custom_fieldset

    Some mysql clusters (like Percona-XtraDB-Cluster) prohibit the use of DML
    commands on a table. It's also just a good practice to add it.
    Jelle-S committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    d6b7464 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Add primary key to migrations table if it doesn't exist yet

    Some mysql clusters (like Percona-XtraDB-Cluster) prohibit the use of DML
    commands on a table. It's also just a good practice to add it.
    
    See laravel/framework#15770
    Jelle-S committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    6982505 View commit details
    Browse the repository at this point in the history
  2. Add primary key to the password_resets table

    Some mysql clusters (like Percona-XtraDB-Cluster) prohibit the use of DML
    commands on a table. It's also just a good practice to add it.
    Jelle-S committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    e1987cc View commit details
    Browse the repository at this point in the history