Skip to content

Commit

Permalink
post triggers are no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Jan 13, 2008
1 parent 3fdbe9f commit fe31b32
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -49,11 +49,6 @@ public void removeTrigger(String schemaName, String triggerName) {
} catch (Exception e) {
logger.warn("Trigger " + triggerName + " does not exist");
}
try {
jdbcTemplate.update("drop trigger " + schemaName + triggerName + "p");
} catch (Exception e) {
logger.warn("Trigger " + triggerName + "p does not exist");
}
}

public void removeTrigger(String schemaName, String triggerName, String tableName) {
Expand Down

0 comments on commit fe31b32

Please sign in to comment.