2026-01-21 17:55:04 +00:00
|
|
|
DELETE FROM publicreport.image_exif;
|
2026-03-09 18:29:33 +00:00
|
|
|
DELETE FROM publicreport.water_image;
|
|
|
|
|
DELETE FROM publicreport.nuisance_image;
|
2026-01-21 17:55:04 +00:00
|
|
|
DELETE FROM publicreport.image;
|
2026-03-09 18:29:33 +00:00
|
|
|
DELETE FROM publicreport.notify_email_nuisance;
|
|
|
|
|
DELETE FROM publicreport.notify_email_water;
|
|
|
|
|
DELETE FROM publicreport.notify_phone_nuisance;
|
|
|
|
|
DELETE FROM publicreport.notify_phone_water;
|
2026-01-21 17:55:04 +00:00
|
|
|
DELETE FROM publicreport.nuisance;
|
2026-03-09 18:29:33 +00:00
|
|
|
DELETE FROM publicreport.water;
|