release; } public function require_all_upgrades() { return true; } /** * * @return Array */ function concern() { return $this->concern; } function apply(base &$appbox) { $sql = 'INSERT INTO bridge_site (id, `type`) VALUES (null, "dailymotion")'; $stmt = $appbox->get_connection()->prepare($sql); $stmt->execute(); $stmt->closeCursor(); return true; } }