Revisa el estado de los tests del entorno

This commit is contained in:
Manuel Cillero 2025-01-04 08:31:31 +01:00
parent 736e1be6ea
commit c6800e4387
13 changed files with 46 additions and 13 deletions

View file

@ -10,7 +10,7 @@
//! The following example shows how the user migration file should be and using
//! the schema helpers to create the Db fields.
//!
//! ```rust
//! ```rust#ignore
//! use sea_orm_migration::{prelude::*, schema::*};
//!
//! #[derive(DeriveMigrationName)]