Carbonite.Migrations.drop_trigger

You're seeing just the function drop_trigger, go back to Carbonite.Migrations module for more information.
Link to this function

drop_trigger(table_name, opts \\ [])

View Source (since 0.1.0)

Specs

drop_trigger(table_name(), [trigger_option()]) :: :ok

Removes a change capture trigger from a table.

Options

  • table_prefix is the name of the schema the table lives in
  • carbonite_prefix is the schema of the audit trail, defaults to "carbonite_default"