Skip to content

Commit

Permalink
Merge #19122 - Fix #19117 - Changing a colum to a virtual column
Browse files Browse the repository at this point in the history
Pull-request: #19122
Fixes #19117

Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Apr 27, 2024
2 parents 67c42ee + 26fc8f1 commit 7b6aba7
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -353,6 +353,7 @@ private function columnNeedsAlterTable($i): bool
'field_length',
'field_null',
'field_type',
'field_virtuality',
];
foreach ($fields as $field) {
if ($_POST[$field][$i] != $_POST[$field . '_orig'][$i]) {
Expand Down

0 comments on commit 7b6aba7

Please sign in to comment.