Merge "Make the spelling and pluralization of "Active filters" consistent"
[lhc/web/wiklou.git] / maintenance / archives / patch-objectcache-fix-pk.sql
1 ALTER TABLE /*_*/objectcache DROP KEY /*i*/keyname, ADD PRIMARY KEY (keyname);