findOne(); } catch (\Exception $ex) { // the table doest not exist $injectSql = true; } if (true === $injectSql) { $database = new Database($con); $database->insertSql(null, array(__DIR__ . '/Config/thelia.sql')); } return true; } }