data-for-change / anyway

ANYWAY - Car accidents map
http://www.anyway.co.il
MIT License
77 stars 244 forks source link

Stop Retention policy in waze tables #1901

Open atalyaalon opened 3 years ago

atalyaalon commented 3 years ago

See this alembic version - waze_rotation_triggers

BarVolunteering commented 2 years ago

@atalyaalon The mission here is to create alembic version that performs the following: DROP TRIGGER rotate_waze_alerts_trigger ON waze_alerts;
DROP FUNCTION rotate_waze_alerts;
DROP TRIGGER rotate_waze_traffic_jams_trigger ON waze_traffic_jams;
DROP FUNCTION rotate_waze_traffic_jams;

?

BarVolunteering commented 2 years ago

@atalyaalon ?