mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user