query(" DELETE FROM {$this->tableName()} where added_dt < NOW() - INTERVAL 1 WEEK "); } }