Some checks failed
docker-images / build-and-push (admin, admin, termi-astro-admin, admin/Dockerfile) (push) Failing after 13s
docker-images / build-and-push (frontend, frontend, termi-astro-frontend, frontend/Dockerfile) (push) Has been cancelled
docker-images / build-and-push (backend, backend, termi-astro-backend, backend/Dockerfile) (push) Has been cancelled
23 lines
480 B
Rust
23 lines
480 B
Rust
//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.10
|
|
|
|
pub mod ai_chunks;
|
|
pub mod prelude;
|
|
|
|
pub mod admin_audit_logs;
|
|
pub mod categories;
|
|
pub mod comment_blacklist;
|
|
pub mod comment_persona_analysis_logs;
|
|
pub mod comments;
|
|
pub mod content_events;
|
|
pub mod friend_links;
|
|
pub mod media_assets;
|
|
pub mod notification_deliveries;
|
|
pub mod post_revisions;
|
|
pub mod posts;
|
|
pub mod query_events;
|
|
pub mod reviews;
|
|
pub mod site_settings;
|
|
pub mod subscriptions;
|
|
pub mod tags;
|
|
pub mod users;
|