This commit is contained in:
2026-08-01 22:26:43 +02:00
parent b946cfd866
commit 73379e9ca8
+1 -1
View File
@@ -5,7 +5,7 @@ use sea_orm::{NotSet, Set};
#[sea_orm::model] #[sea_orm::model]
#[derive(Clone, Debug, PartialEq, DeriveEntityModel, Eq)] #[derive(Clone, Debug, PartialEq, DeriveEntityModel, Eq)]
#[sea_orm(table_name = "server_group_permission")] #[sea_orm(table_name = "server_role_permission")]
pub struct Model { pub struct Model {
#[sea_orm(primary_key, auto_increment = false)] #[sea_orm(primary_key, auto_increment = false)]
pub id: Uuid, pub id: Uuid,