Function apply_push
Source pub fn apply_push(
credentials: &Credentials,
dialect: Dialect,
plan: &PushPlan,
force: bool,
) -> Result<(), CliError>
Expand description
Apply a previously planned push.
ยงErrors
Returns CliError if the confirmation prompt for a destructive plan
fails, or if executing the planned SQL statements against the database
fails.