Add tool to clean out test database on public reports
This commit is contained in:
parent
13cbf71c0f
commit
c2c4d52026
1 changed files with 7 additions and 0 deletions
7
tools/delete-all-public-reports.sql
Normal file
7
tools/delete-all-public-reports.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
DELETE FROM publicreport.image_exif;
|
||||
DELETE FROM publicreport.pool_image;
|
||||
DELETE FROM publicreport.quick_image;
|
||||
DELETE FROM publicreport.pool;
|
||||
DELETE FROM publicreport.quick;
|
||||
DELETE FROM publicreport.image;
|
||||
DELETE FROM publicreport.nuisance;
|
||||
Loading…
Add table
Add a link
Reference in a new issue