chore: Private use of sea_orm_migration prelude

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb 2024-07-17 22:27:30 +03:00
parent 6268b5fe48
commit 02a0ac09cc
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -19,7 +19,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
pub use sea_orm_migration::prelude::*;
use sea_orm_migration::prelude::*;
pub use sea_orm_migration::MigratorTrait;
mod create_incoming_chat_requests_table;
mod create_outgoing_chat_requests_table;