feat: fixup "add a DEBUG page to the UI with a database usage example"

This commit is contained in:
2024-09-24 15:46:53 +02:00
parent 777b7f2425
commit 90e79c1fa4
8 changed files with 69 additions and 4 deletions

View File

@ -1,8 +1,9 @@
//! `SeaORM` Entity, @generated by sea-orm-codegen 1.0.1
use sea_orm::entity::prelude::*;
use serde::{Deserialize, Serialize};
#[derive(Clone, Debug, PartialEq, DeriveEntityModel, Eq)]
#[derive(Clone, Debug, PartialEq, DeriveEntityModel, Eq, Serialize, Deserialize)]
#[sea_orm(table_name = "debug")]
pub struct Model {
#[sea_orm(primary_key)]