Function migrant::up [] [src]

pub fn up(mig_dir: &PathBuf,
          meta_path: &PathBuf,
          settings: &mut Settings,
          force: bool,
          fake: bool)
          -> Result<()>

Move up one migration. If force, record the migration as a success regardless of the outcome. If fake, only update the settings file as if the migration was successful.