delete elasticsearch index when indexing to clean up properly
[phorkie.git] / src / phorkie / Database / ISetup.php
index 1ac6b2f04e0047d1ab0a3122dbf4cafb0706fa68..bb7293eb4db227c2f208b31967d772dac943afdd 100644 (file)
@@ -4,6 +4,7 @@ namespace phorkie;
 interface Database_ISetup
 {
     public function setup();
+    public function reset();
 }
 
 ?>