wiki.techinc.nl/maintenance/postgres
Eddie Greiner-Petter b140b73b54 Revert, Follow-up: -1 recent contributors
This reverts commit b67f40e5b0.

There was an issue that the web installer, when inserting initial
values into the db table site_stats, would not insert any value for
ss_active_users. That lead to some places, most notably
Special:CreateAccount, to show off -1 recent contributors.

The commit to revert solved this by setting a default value of 1 for
the ss_active_users field in the database schema. However, while the
default schema has been changed, there hasn't been any schema update
procedure implemented. Also, the default of 1 is inconsistent with
other defaults in that table.

Revert that schema change completely. Instead, make the web installer
insert 0 to the field ss_active_users (just like it does with all other
fields in that table).

Bug: T56888
Change-Id: I4298754c2238f6e5447a5df77a4ada722ba302b2
2017-04-27 01:51:21 +00:00
..
archives Revert "Remove SessionManager, temporarily" 2016-02-03 21:44:59 +00:00
compare_schemas.pl Drop ss_total_views and page_counter fields from MediaWiki 2015-01-09 19:01:01 +00:00
mediawiki_mysql2postgres.pl chmod 755 bash & Perl files, chmod 644 .css file 2014-10-30 18:25:16 +00:00
tables.sql Revert, Follow-up: -1 recent contributors 2017-04-27 01:51:21 +00:00
update-keys.sql PostgreSQL: Fix text search on moved pages 2015-02-17 18:15:23 -08:00