Moved to workspaces crate... don't feel great about it
This commit is contained in:
parent
e578f2530e
commit
a5edac312e
12 changed files with 128 additions and 97 deletions
|
@ -1,6 +1,6 @@
|
|||
use crate::connection::Connection;
|
||||
|
||||
pub trait Domain: Send + Sync + Clone {
|
||||
pub trait Domain {
|
||||
fn migrate(conn: &Connection) -> anyhow::Result<()>;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue