Skip to content

Commit 588a8b4

Browse files
committed
fix: typo
1 parent 7644153 commit 588a8b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/dry_run_core/src/schema/from_pg_introspect.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
crates/dry_run_core/src/schema/from_pg_introspect.rsuse pg_introspect::{
1+
use pg_introspect::{
22
Catalog as PgCatalog, CheckConstraint as PgCheck, Column as PgColumn,
33
CompositeType as PgComposite, DomainType as PgDomain, EnumType as PgEnum,
44
ExclusionConstraint as PgExclusion, Extension as PgExtension, ForeignKey as PgFk,

0 commit comments

Comments
 (0)