From ddff918e20797811b4e9e556c763424447b60ab1 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Mon, 22 Sep 2008 20:57:36 +0000 Subject: [PATCH] Sites are unlikely to have over 2 billion active users --- maintenance/postgres/compare_schemas.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/maintenance/postgres/compare_schemas.pl b/maintenance/postgres/compare_schemas.pl index be5d8f8f1b..144663df75 100644 --- a/maintenance/postgres/compare_schemas.pl +++ b/maintenance/postgres/compare_schemas.pl @@ -379,6 +379,7 @@ tl_namespace int SMALLINT wl_namespace int SMALLINT ## Easy enough to change if a wiki ever does grow this big: +ss_active_users bigint INTEGER ss_good_articles bigint INTEGER ss_total_edits bigint INTEGER ss_total_pages bigint INTEGER -- 2.20.1