stablizing ApiResponse inside lootalot_db crate
This commit is contained in:
@@ -47,7 +47,7 @@ type OwnedLoot = Filter<looted::table, WithOwner>;
|
||||
|
||||
/// Represents an item that has been looted,
|
||||
/// hence has an owner.
|
||||
#[derive(Identifiable, Debug, Queryable, Serialize)]
|
||||
#[derive(Identifiable, Debug, Queryable)]
|
||||
#[table_name = "looted"]
|
||||
pub(super) struct Loot {
|
||||
id: i32,
|
||||
|
||||
Reference in New Issue
Block a user