📝 (seaorm): Corrige ejemplos de documentación

This commit is contained in:
Manuel Cillero 2026-05-10 00:43:35 +02:00
parent fa5489dbb0
commit 8c861bff05
2 changed files with 2 additions and 4 deletions

View file

@ -11,9 +11,8 @@
//! the schema helpers to create the Db fields.
//!
//! ```rust
//! use sea_orm_migration::{prelude::*, schema::*};
//! use pagetop_seaorm::db::*;
//!
//! #[derive(DeriveMigrationName)]
//! pub struct Migration;
//!
//! #[async_trait::async_trait]