New type query function using TypeInfo

This commit is contained in:
Manuel Cillero 2024-04-12 21:45:13 +02:00
parent 4b1e34487d
commit 5e457eed3d
8 changed files with 104 additions and 46 deletions

View file

@ -37,7 +37,7 @@ pub use crate::locale::*;
pub use crate::datetime::*;
#[cfg(feature = "database")]
pub use crate::{db, db::*, migrations, new_migration};
pub use crate::{db, db::*, migrations};
pub use crate::service;
pub use crate::service::{HttpMessage, HttpRequest};