diff --git a/lib/src/sql/statements/define.rs b/lib/src/sql/statements/define.rs index 7974e72e..7f1947b5 100644 --- a/lib/src/sql/statements/define.rs +++ b/lib/src/sql/statements/define.rs @@ -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