Merge "Improve "selfmove" message's wording"
[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);