Skip to content

Commit

Permalink
#2020 fix missing column upon backing up rfm classifications
Browse files Browse the repository at this point in the history
  • Loading branch information
grindarius committed Jun 12, 2024
1 parent 782530a commit 9c0aa5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cli/src/backup/projects/export/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const RFM_MODELS = `
`

export const RFM_CLASSIFICATIONS = `
select cr.classification_result_id, m.model_id, m.name as model_name, cr.recording_id, cr.species_id, sp.name as species_name, cr.songtype_id, st.songtype, cr.present
select cr.classification_result_id, m.model_id, m.name as model_name, cr.recording_id, cr.species_id, sp.scientific_name as species_name, cr.songtype_id, st.songtype, cr.present
from classification_results cr
join job_params_classification jpc on cr.job_id = jpc.job_id
join models m on jpc.model_id = m.model_id
Expand Down

0 comments on commit 9c0aa5e

Please sign in to comment.