We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey Ben!
I'm using Craft Blitz on Digital Ocean and I'm getting an alert that they require primary keys on all their tables
I ran a diagnosis and it seems the following tables are missing a primary key
blitz_cachetags blitz_elementcaches blitz_elementexpirydates blitz_elementquerycaches blitz_elementquerysources
Can primary keys be added to these tables to avoid any future conflict with the database system.
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks Keyur, fixed in 01b7857 for the next release.
For reference, this is something that Digital Ocean started enforcing recently, as referenced by laravel/framework#33238 and also solved by craftcms/cms#6246.
Sorry, something went wrong.
Hi @bencroker thanks for this. Is there an ETA for this release, or a quick way to switch to this version pre-release?
Most likely on Monday.
Released in 3.6.6.
No branches or pull requests
Hey Ben!
I'm using Craft Blitz on Digital Ocean and I'm getting an alert that they require primary keys on all their tables
I ran a diagnosis and it seems the following tables are missing a primary key
Can primary keys be added to these tables to avoid any future conflict with the database system.
Thanks!
The text was updated successfully, but these errors were encountered: