feat(migration): Added automatic migration (#54)

This commit is contained in:
Redblueflame
2020-08-28 17:48:01 +02:00
committed by GitHub
parent 2b1ed49e9a
commit 38b7d9724e
8 changed files with 123 additions and 4 deletions

View File

@@ -4,3 +4,4 @@ mod postgres_database;
pub use models::Mod;
pub use models::Version;
pub use postgres_database::connect;
pub use postgres_database::check_for_migrations;