ALTER TABLE site_aggregates
DROP COLUMN users_active_day,
DROP COLUMN users_active_week,
DROP COLUMN users_active_month,
DROP COLUMN users_active_half_year;
ALTER TABLE community_aggregates
DROP FUNCTION site_aggregates_activity (i text);
DROP FUNCTION community_aggregates_activity (i text);