We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e357a commit f02c047Copy full SHA for f02c047
crates/core/src/host/wasm_common/module_host_actor.rs
@@ -555,6 +555,8 @@ impl<T: WasmInstance> WasmInstanceActor<T> {
555
// but for now it's an incompatible schema change
556
for orphan in known_tables.into_keys() {
557
if !orphan.starts_with("st_") {
558
+ self.system_logger()
559
+ .warn(format!("Orphaned table: {}", orphan).as_str());
560
tainted.push(orphan);
561
}
562
0 commit comments