forked from Roflin/gamenight
Last cleanup
This commit is contained in:
@@ -11,7 +11,7 @@ use super::DbConnection;
|
||||
#[diesel(belongs_to(Gamenight))]
|
||||
#[diesel(belongs_to(User))]
|
||||
#[diesel(table_name = gamenight_participant)]
|
||||
pub struct GamenightParticipants {
|
||||
pub struct GamenightParticipant {
|
||||
pub gamenight_id: Uuid,
|
||||
pub user_id: Uuid,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user