Merge "Start working on phan-taint-check warnings. Fix minor escaping issues."
[lhc/web/wiklou.git] / maintenance / postgres / archives / patch-protected_titles-pk.sql
1 DROP INDEX protected_titles_unique;
2 ALTER TABLE protected_titles ADD PRIMARY KEY (pt_namespace, pt_title);