Skip to content

Commit 9eccc7e

Browse files
committed
failing
1 parent 4eeb3f2 commit 9eccc7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/table_collection.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,6 +1046,8 @@ impl TableCollection {
10461046
};
10471047
handle_tsk_return_value!(rv)
10481048
}
1049+
1050+
pub fn set_migrations(&mut self, migrations: &crate::OwnedMigrationTable) -> TskReturnValue {}
10491051
}
10501052

10511053
impl TableAccess for TableCollection {

0 commit comments

Comments
 (0)