Merge "resources: Rename a few local 'filterFn' vars to 'filterFunction'"
[lhc/web/wiklou.git] / maintenance / archives / patch-categorylinks-fix-pk.sql
1 ALTER TABLE /*_*/categorylinks DROP KEY /*i*/cl_from, ADD PRIMARY KEY (cl_from,cl_to);