Skip to content

Commit

Permalink
good one me
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed Nov 10, 2024
1 parent 6b37f95 commit 1a22373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/models/mod_version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ impl ModVersion {
r#"
SELECT mv.id, mv.name, mv.description, mv.version,
mv.download_link, mv.download_count, mv.hash, mv.geode,
mv.early_load, mv.api, mv.mod_id, mvs.status
mv.early_load, mv.api, mv.mod_id, mvs.status, mv.created_at, mv.updated_at
FROM mod_versions mv
INNER JOIN mod_version_statuses mvs ON mvs.mod_version_id = mv.id
INNER JOIN mod_gd_versions mgv ON mgv.mod_id = mv.id
Expand Down

0 comments on commit 1a22373

Please sign in to comment.