thoughts on new api structure, formats code
This commit is contained in:
@@ -40,9 +40,4 @@ joinable!(claims -> looted (loot_id));
|
||||
joinable!(claims -> players (player_id));
|
||||
joinable!(looted -> players (owner_id));
|
||||
|
||||
allow_tables_to_appear_in_same_query!(
|
||||
claims,
|
||||
items,
|
||||
looted,
|
||||
players,
|
||||
);
|
||||
allow_tables_to_appear_in_same_query!(claims, items, looted, players,);
|
||||
|
||||
Reference in New Issue
Block a user