| @@ -16,9 +16,8 @@ | ||
| 16 | 16 | 'id', |
| 17 | 17 | 'workflow_behaviour', |
| 18 | 18 | 'workflow_condition', |
| 19 | 19 | 'workflow_action', |
| 20 | - 'workflow_status', | |
| 21 | 20 | ], |
| 22 | 21 | [], |
| 23 | 22 | null, |
| 24 | 23 | null, |
| @@ -63,9 +62,8 @@ | ||
| 63 | 62 | } |
| 64 | 63 | } |
| 65 | 64 | if ($workFlowUpdatedSatus) { |
| 66 | 65 | global $wpdb; |
| 67 | - // Schema migration: table name interpolation only. $wpdb->prepare() cannot parameterize DDL statements. | |
| 68 | 66 | $wpdb->query( |
| 69 | 67 | "ALTER TABLE `{$wpdb->prefix}bitforms_workflows` DROP `workflow_action`" |
| 70 | 68 | ); |
| 71 | 69 | } |