#556 - DDL - DB Migration for History - change treatment of dropped columns such that they are still included in apply script

This commit is contained in:
Robin Bygrave
2016-02-10 16:05:59 +13:00
parent a1a5dcd035
commit 9e70ba915f
@@ -28,8 +28,6 @@ public class DbTriggerUpdate {
/**
* Prepare for use given the mode and columns included in history.
* @param mode
* @param includedColumns
*/
public void prepare(DdlWrite.Mode mode, List<String> includedColumns) {
this.mode = mode;