Merge "Change a.external padding from 15px to 13px to match Vector"
[lhc/web/wiklou.git] / maintenance / archives / patch-user_properties-fix-pk.sql
1 ALTER TABLE /*_*/user_properties DROP KEY /*i*/user_properties_user_property, ADD PRIMARY KEY (up_user,up_property);