Beispiel #1
0
 /**
  * Executes a database update query.
  *
  * @param string $updateSql Update SQL query.
  * @param int|false $errorToIgnore A MySQL error code to ignore.
  * @param string $file The Update file that's calling this method.
  */
 public static function executeMigrationQuery($updateSql, $errorToIgnore, $file)
 {
     self::$activeInstance->executeSingleMigrationQuery($updateSql, $errorToIgnore, $file);
 }