Merge "exception: Improve formatting of fatal error log messages"
[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);