diff --git a/CHANGELOG.md b/CHANGELOG.md index ea6822b..10cebc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Add `versions` table to store versoin information of converter(this software) +- Add `versions` table to store version information of converter(this software) - Add `skew` columnt to `qaqc_positions` table - Add `DownloadCSVs` module and functions which downloads the latest CSVs from Google sheets diff --git a/src/import_data.jl b/src/import_data.jl index 349c21c..87040c6 100644 --- a/src/import_data.jl +++ b/src/import_data.jl @@ -210,7 +210,7 @@ end ) -> nothing Fill `qaqc_single_run_results` in `db` from single result table DataFrame. -Additionaly, it +Additionally, it 1. automatically add `runid` if it's not in `qaqc_runs` table in `db`. 2. automatically update fields in `qaqc_runs` table. """