Ensure foreign table views are updated when redefined
This commit is contained in:
parent
d425f67a8b
commit
29e500017d
1 changed files with 2 additions and 0 deletions
|
@ -583,6 +583,8 @@ impl DefineTableStatement {
|
|||
}
|
||||
// Release the transaction
|
||||
drop(run);
|
||||
// Force tables to reprocess
|
||||
let opt = &opt.force(true);
|
||||
// Process each foreign table
|
||||
for v in view.what.0.iter() {
|
||||
// Process the view data
|
||||
|
|
Loading…
Reference in a new issue