Skip to content

Commit 1a22373

Browse files
committed
good one me
1 parent 6b37f95 commit 1a22373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/models/mod_version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ impl ModVersion {
149149
r#"
150150
SELECT mv.id, mv.name, mv.description, mv.version,
151151
mv.download_link, mv.download_count, mv.hash, mv.geode,
152-
mv.early_load, mv.api, mv.mod_id, mvs.status
152+
mv.early_load, mv.api, mv.mod_id, mvs.status, mv.created_at, mv.updated_at
153153
FROM mod_versions mv
154154
INNER JOIN mod_version_statuses mvs ON mvs.mod_version_id = mv.id
155155
INNER JOIN mod_gd_versions mgv ON mgv.mod_id = mv.id

0 commit comments

Comments
 (0)