PostgreSQL: Allow rc_cur_time field to be null.
authorJeff <jeff.janes@gmail.com>
Sun, 20 Apr 2014 22:09:34 +0000 (15:09 -0700)
committerJjanes <jeff.janes@gmail.com>
Tue, 22 Apr 2014 16:57:49 +0000 (16:57 +0000)
commit8e4b41a50866e9503ed1498e6ac70b31c88d66ca
tree58b822117a885f7a5db814b4be6475f7220120b9
parent2b3e945fd2c3aac81c69ca1564a70b39484f754b
PostgreSQL: Allow rc_cur_time field to be null.

The column recentchanges.rc_cur_time is no longer populated by SQL,
so PostgreSQL must be changed to allow the NULL value for it.

In MySQL, the empty string is used as a surrogate for NULL, but that
is not allowed in PostgreSQL.

Bug: 61318
Change-Id: I6733ef11152d545382bec087d992515dcf9aec0b
includes/installer/PostgresUpdater.php
maintenance/postgres/tables.sql