-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingdevelopmentRegular development taskRegular development task
Description
When importing the current pristine SQL, depending on the MySQL server settings, the primary key of the table user_emails is too large when using utf8mb4. To be future-proof, another primary key must be created.
Some solutions mention adding a column with a hash of the email address, and to use the hash in the primary key.
Relevant discussion here:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdevelopmentRegular development taskRegular development task