mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
6 lines
179 B
SQL
6 lines
179 B
SQL
-- Faster statistics, as of 1.4.3
|
|
|
|
ALTER TABLE /*$wgDBprefix*/site_stats
|
|
ADD ss_total_pages bigint default -1,
|
|
ADD ss_users bigint default -1,
|
|
ADD ss_admins int default -1;
|