r20310 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r20309‎ | r20310 | r20311 >
Date:18:19, 10 March 2007
Author:aaron
Status:old
Tags:
Comment:
*Revert r20302, no use for this index
Modified paths:
  • /trunk/phase3/maintenance/postgres/tables.sql (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/postgres/tables.sql
@@ -121,7 +121,7 @@
122122 pr_user INTEGER NULL,
123123 pr_expiry TIMESTAMPTZ NULL
124124 );
125 -CREATE UNIQUE INDEX pr_pagetype ON page_restrictions (pr_page,pr_type);
 125+ALTER TABLE page_restrictions ADD CONSTRAINT page_restrictions_pk PRIMARY KEY (pr_page,pr_type);
126126
127127
128128 CREATE TABLE archive2 (

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r20302*Add bitfields to various tables for revisiondeleteaaron21:51, 9 March 2007