refactor: minimum implementation of revolt-models and revolt-database
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
use crate::Result;
|
||||
|
||||
#[async_trait]
|
||||
pub trait AbstractMigrations: Sync + Send {
|
||||
async fn migrate_database(&self) -> Result<()>;
|
||||
}
|
||||
Reference in New Issue
Block a user