patch-interwiki-pk.sql 93 B

123
  1. ALTER TABLE interwiki
  2. DROP CONSTRAINT interwiki_iw_prefix_key,
  3. ADD PRIMARY KEY (iw_prefix);