2023-08-02 16:44:51 +00:00
|
|
|
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 COLUMN users_active_day,
|
|
|
|
DROP COLUMN users_active_week,
|
|
|
|
DROP COLUMN users_active_month,
|
|
|
|
DROP COLUMN users_active_half_year;
|
|
|
|
|
|
|
|
DROP FUNCTION site_aggregates_activity (i text);
|
|
|
|
|
|
|
|
DROP FUNCTION community_aggregates_activity (i text);
|
|
|
|
|