adapter-sqlite: all repo implementations + wire fn + migrations copy
This commit is contained in:
@@ -82,7 +82,7 @@ impl DbPool {
|
||||
match self {
|
||||
#[cfg(feature = "sqlite")]
|
||||
Self::Sqlite(pool) => {
|
||||
sqlx::migrate!("../../k-tv-backend/migrations_sqlite")
|
||||
sqlx::migrate!("../../migrations_sqlite")
|
||||
.run(pool)
|
||||
.await?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user