quickapps / cms

Modular CMS powered by CakePHP
GNU General Public License v3.0
164 stars 69 forks source link

Dropping support for compound PKs #176

Closed botchris closed 7 years ago

botchris commented 7 years ago

Produces slow performance.

Upgrade old database schemas, this will break compatibility if already used on tables with compound pks.

--- MySQL
alter table search_datasets modify entity_id int(20) not null;