Commit cb47611
authored
Fix inplace upgrade config updates (#9116)
IPUs currently sometimes break if new config fields have been added in
both the base schema and extension schemas. This is because the IPU
path calls get_existing_view_columns to make sure that columns are
ordered correctly, but get_existing_view_columns does not restrict the
query to only inspecting tables for the *current* version, and so gets
confused when both exist during the IPU.1 parent 732a3f7 commit cb47611
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
716 | 716 | | |
717 | 717 | | |
718 | 718 | | |
719 | | - | |
| 719 | + | |
| 720 | + | |
720 | 721 | | |
721 | 722 | | |
722 | 723 | | |
| |||
725 | 726 | | |
726 | 727 | | |
727 | 728 | | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
728 | 733 | | |
729 | 734 | | |
730 | 735 | | |
| |||
0 commit comments