diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-05-08 18:06:22 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-05-08 18:06:22 +0200 |
| commit | ef6622826a0c0a1132537492698768a250cb1e04 (patch) | |
| tree | d10e873190bbc0a850838a92de2e5124473ca773 /src/phorkie/Database/Adapter/Null/Setup.php | |
| parent | 6c84768bd46b09d798b4f5f6cfea2560a64785bd (diff) | |
| download | phorkie-ef6622826a0c0a1132537492698768a250cb1e04.tar.gz phorkie-ef6622826a0c0a1132537492698768a250cb1e04.zip | |
delete elasticsearch index when indexing to clean up properly
Diffstat (limited to 'src/phorkie/Database/Adapter/Null/Setup.php')
| -rw-r--r-- | src/phorkie/Database/Adapter/Null/Setup.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/phorkie/Database/Adapter/Null/Setup.php b/src/phorkie/Database/Adapter/Null/Setup.php index de23d0a..3850978 100644 --- a/src/phorkie/Database/Adapter/Null/Setup.php +++ b/src/phorkie/Database/Adapter/Null/Setup.php @@ -4,6 +4,7 @@ namespace phorkie; class Database_Adapter_Null_Setup { public function setup() {} + public function reset() {} } ?> |
