HOLY FLUFFING GOOBER IT COMPILES

This commit is contained in:
2025-09-14 14:18:39 +03:00
parent 66704b4e2e
commit 61ae1b1b53
13 changed files with 59 additions and 53 deletions

View File

@@ -12,7 +12,7 @@ pub struct Training {
pub modified_at: i64,
}
impl TableMeta<'_> for Training {
impl TableMeta for Training {
type PrimaryKey = i64;
const TABLE: &'static str = "trainings";
}