mirror of
https://example.com
synced 2024-11-22 12:56:39 +09:00
fix: merge errors
This commit is contained in:
parent
3edcea2c76
commit
9eccdd3044
1 changed files with 1 additions and 2 deletions
|
@ -171,11 +171,10 @@ pub enum UserEmojimodpermEnum {
|
|||
Full,
|
||||
#[sea_orm(string_value = "mod")]
|
||||
Mod,
|
||||
#[default]
|
||||
#[sea_orm(string_value = "none")]
|
||||
Unauthorized,
|
||||
}
|
||||
#[derive(Debug, Clone, PartialEq, Eq, EnumIter, DeriveActiveEnum, Default)]
|
||||
#[derive(Debug, Clone, PartialEq, Eq, EnumIter, DeriveActiveEnum)]
|
||||
#[sea_orm(
|
||||
rs_type = "String",
|
||||
db_type = "Enum",
|
||||
|
|
Loading…
Reference in a new issue