From 86bf4dedac2cc7ecfe9ca539f5500d162eabe704 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 8 Jul 2020 16:10:53 +0200 Subject: Add support for model migrations --- src/table/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/table/lib.rs') diff --git a/src/table/lib.rs b/src/table/lib.rs index f490b491..e30a6665 100644 --- a/src/table/lib.rs +++ b/src/table/lib.rs @@ -3,9 +3,11 @@ #[macro_use] extern crate log; +pub mod schema; pub mod table; pub mod table_fullcopy; pub mod table_sharded; pub mod table_sync; pub use table::*; +pub use schema::*; -- cgit v1.2.3