mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-08 05:55:42 +09:00
fix typos
This commit is contained in:
parent
ab6c012480
commit
995abd47ac
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue