adds reactivity when undoing an event
This commit is contained in:
@@ -5,7 +5,7 @@ use crate::models::{self, item::Loot};
|
||||
use crate::schema::claims;
|
||||
|
||||
/// A Claim is a request by a single player on an item from group chest.
|
||||
#[derive(Identifiable, Queryable, Associations, Serialize, Deserialize, Debug)]
|
||||
#[derive(Identifiable, Queryable, Associations, Serialize, Deserialize, Clone, Copy, Debug)]
|
||||
#[belongs_to(Loot)]
|
||||
pub struct Claim {
|
||||
/// DB Identifier
|
||||
|
||||
Reference in New Issue
Block a user