Skip to content

Commit 55d2ae5

Browse files
Export "sign" as well
Signed-off-by: Abhi Agarwal <[email protected]>
1 parent 3205d56 commit 55d2ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etl/src/types/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub use event::*;
1313
pub use pipeline::*;
1414
pub use table_row::*;
1515

16-
pub use crate::conversions::numeric::PgNumeric;
16+
pub use crate::conversions::numeric::{PgNumeric, Sign};
1717

1818
// Re-exports.
1919
pub use etl_postgres::types::*;

0 commit comments

Comments
 (0)