Localisation updates from https://translatewiki.net.
[lhc/web/wiklou.git] / maintenance / oracle / archives / patch-site_stats-modify.sql
1 ALTER TABLE /*_*/site_stats
2 ALTER ss_total_edits SET DEFAULT NULL,
3 ALTER ss_good_articles SET DEFAULT NULL,
4 ALTER ss_total_pages SET DEFAULT NULL,
5 ALTER ss_users SET DEFAULT NULL,
6 ALTER ss_active_users SET DEFAULT NULL,
7 ALTER ss_images SET DEFAULT NULL;