Last cleanup

This commit is contained in:
2025-06-03 19:50:43 +02:00
parent f1d23cb495
commit d1832bc794
205 changed files with 178 additions and 36164 deletions
@@ -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,
}