social
social copied to clipboard
Add missing primary keys
As I'm running a MariaDB cluster, migrate to 20.0.2 was expected to fix some (Galera) clustering issues with primary keys on tables. Perhaps, some tables still missing primary keys.
Steps to reproduce
- Run
occ db:add-missing-primary-keys
Expected behavior
All missing primary keys should be added
Actual behavior
Following tables don't have primary key:
oc_social_3_stream_dest
oc_social_3_stream_tag
Upgrade from 19.0.5 to 20.0.2