mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-11 14:24:59 +00:00
fix: add a couple missing cfgs for the migrate feature
This commit is contained in:
@@ -8,7 +8,6 @@ mod error;
|
||||
mod io;
|
||||
mod listener;
|
||||
mod message;
|
||||
mod migrate;
|
||||
mod options;
|
||||
mod row;
|
||||
mod transaction;
|
||||
@@ -16,6 +15,9 @@ mod type_info;
|
||||
pub mod types;
|
||||
mod value;
|
||||
|
||||
#[cfg(feature = "migrate")]
|
||||
mod migrate;
|
||||
|
||||
pub use arguments::{PgArgumentBuffer, PgArguments};
|
||||
pub use column::PgColumn;
|
||||
pub use connection::PgConnection;
|
||||
|
||||
Reference in New Issue
Block a user