We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7644153 commit 588a8b4Copy full SHA for 588a8b4
1 file changed
crates/dry_run_core/src/schema/from_pg_introspect.rs
@@ -1,4 +1,4 @@
1
-crates/dry_run_core/src/schema/from_pg_introspect.rsuse pg_introspect::{
+use pg_introspect::{
2
Catalog as PgCatalog, CheckConstraint as PgCheck, Column as PgColumn,
3
CompositeType as PgComposite, DomainType as PgDomain, EnumType as PgEnum,
4
ExclusionConstraint as PgExclusion, Extension as PgExtension, ForeignKey as PgFk,
0 commit comments