This commit is contained in:
2026-07-11 21:36:57 +02:00
parent 825db3a292
commit 796f74e4eb
11 changed files with 525 additions and 409 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ pub struct Model {
pub created_at: DateTimeUtc,
pub updated_at: DateTimeUtc,
pub is_default: bool,
pub owned_id: Uuid,
pub owner_id: Uuid,
}
#[derive(Copy, Clone, Debug, EnumIter, DeriveRelation)]