DROP CHANGELOG

Synopsis

DROP CHANGELOG changelog_name;

Description

Drops an existing changelog. Only the changelog owner can execute it.

Notes

  • Deleting the changelog does not delete the entity underlying the changelog.

  • You cannot drop a changelog if there exist any references to that changelog

Arguments

changelog_name

The name of the changelog to drop. If the name is case sensitive you must wrap it in double quotes; otherwise the system uses the lower case name.

Example

Drop a Changelog using default database and schema

The following shows how to drop the changelog named users_log:

Drop a changelog using fully-qualified name

The following shows how to drop the changelog named UsersLog in the database otherdb and schema S1:

Last updated