Skip to content

Commit

Permalink
[cli] test
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Mar 15, 2024
1 parent 4cda344 commit 88128ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sea-orm-migration/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl<'c> SchemaManager<'c> {
}
}

/// Schema Inspection
/// Schema Inspection.
impl<'c> SchemaManager<'c> {
pub async fn has_table<T>(&self, table: T) -> Result<bool, DbErr>
where
Expand Down

0 comments on commit 88128ee

Please sign in to comment.