Merge "objectcache: Escape dots from cache keys in StatsD metrics"
[lhc/web/wiklou.git] / maintenance / archives / patch-langlinks-fix-pk.sql
1 ALTER TABLE /*_*/langlinks DROP KEY /*i*/ll_from, ADD PRIMARY KEY (ll_from,ll_lang);