Quick fix for adding new randoms
This commit is contained in:
parent
883a235ab6
commit
fa9935fa54
@ -25,8 +25,8 @@ impl JdbModel for RandomConfig {
|
|||||||
"randoms".to_string()
|
"randoms".to_string()
|
||||||
}
|
}
|
||||||
|
|
||||||
fn check_unique(&self, other: &Self) -> bool {
|
fn check_unique(&self, _other: &Self) -> bool {
|
||||||
!self.name.eq_ignore_ascii_case(&other.name)
|
true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user