X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles_versions%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=blobdiff_plain;f=maintenance%2Fpostgres%2Ftables.sql;h=e19c447a65730c3742d8eb29e56f14db036e1537;hb=b140b73b54785966138c6296057c02046f72786f;hp=9ded0794f44df24b1dc9e4efd1b4c2d3704de9e8;hpb=fbcb7cc6c26fed8ff133e1f8582bd08080101544;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/postgres/tables.sql b/maintenance/postgres/tables.sql index 9ded0794f4..e19c447a65 100644 --- a/maintenance/postgres/tables.sql +++ b/maintenance/postgres/tables.sql @@ -283,7 +283,7 @@ CREATE TABLE site_stats ( ss_good_articles INTEGER DEFAULT 0, ss_total_pages INTEGER DEFAULT -1, ss_users INTEGER DEFAULT -1, - ss_active_users INTEGER DEFAULT 1, + ss_active_users INTEGER DEFAULT -1, ss_admins INTEGER DEFAULT -1, ss_images INTEGER DEFAULT 0 );