diff options
Diffstat (limited to 'schist_schema/src/lib.rs')
| -rw-r--r-- | schist_schema/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/schist_schema/src/lib.rs b/schist_schema/src/lib.rs new file mode 100644 index 0000000..c60d7d4 --- /dev/null +++ b/schist_schema/src/lib.rs @@ -0,0 +1,2 @@ +pub use schist_models::schema; +pub use schist_models::migrations; |
