* (bug 8255) fix regression in postgres tables.sql
This commit is contained in:
parent
a9929a4ebd
commit
fc39e18f0e
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ CREATE TABLE recentchanges (
|
|||
rc_patrolled CHAR NOT NULL DEFAULT '0',
|
||||
rc_ip CIDR,
|
||||
rc_old_len INTEGER DEFAULT '0',
|
||||
rc_new_len INTEGER DEFAULT '0',
|
||||
rc_new_len INTEGER DEFAULT '0'
|
||||
);
|
||||
CREATE INDEX rc_timestamp ON recentchanges (rc_timestamp);
|
||||
CREATE INDEX rc_namespace_title ON recentchanges (rc_namespace, rc_title);
|
||||
|
|
|
|||
Loading…
Reference in a new issue