All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.harness.change.expectedSql.mssql.disableTrigger.sql Maven / Gradle / Ivy

The newest version!
CREATE TRIGGER test_trigger ON posts AFTER UPDATE AS RAISERROR ('error', 1, 1)
DISABLE TRIGGER test_trigger  ON posts




© 2015 - 2025 Weber Informatics LLC | Privacy Policy