summaryrefslogtreecommitdiff
path: root/www/wiki/maintenance/archives/patch-user_properties-fix-pk.sql
blob: 5d51b78575a41a9dd419e631a9428ee07ec55fca (plain)
1
ALTER TABLE /*_*/user_properties DROP KEY /*i*/user_properties_user_property, ADD PRIMARY KEY (up_user,up_property);