Skip to content

Commit

Permalink
Update postgres.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
geofmureithi authored Oct 8, 2023
1 parent f1074f2 commit 071853c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/apalis-sql/src/postgres.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ impl<T> PostgresStorage<T> {
sqlx::migrate!("migrations/postgres")
}


/// Do migrations for Postgres
#[cfg(feature = "migrate")]
pub async fn setup(&self) -> Result<(), sqlx::Error> {
Expand Down

0 comments on commit 071853c

Please sign in to comment.