Merge "rdbms: make $wgSQLMode work as documented when it is NULL"
[lhc/web/wiklou.git] / maintenance / archives / patch-querycache_info-fix-pk.sql
1 ALTER TABLE /*_*/querycache_info DROP KEY /*i*/qci_type, ADD PRIMARY KEY (qci_type);