mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-07-04 02:29:33 +09:00
[new] Slave clock parser and function to insert into database
This commit is contained in:
parent
1422798c3a
commit
bf19ee3167
10 changed files with 1861 additions and 3 deletions
|
@ -21,6 +21,7 @@ CREATE TABLE qaqc_single_run_results (
|
|||
asdtp INTEGER,
|
||||
reset INTEGER,
|
||||
qaqc_result INTEGER,
|
||||
lvds_tx_skew REAL,
|
||||
note TEXT,
|
||||
FOREIGN KEY("runid") REFERENCES "qaqc_runs"("id"),
|
||||
FOREIGN KEY("psboard_id") REFERENCES "ps_boards"("id"),
|
||||
|
@ -114,8 +115,8 @@ AS
|
|||
qaqc_single_run_results.asdtp,
|
||||
qaqc_single_run_results.reset,
|
||||
qaqc_single_run_results.qaqc_result,
|
||||
qaqc_single_run_results.lvds_tx_skew - qaqc_positions.rising_ns AS lvds_tx_skew,
|
||||
qaqc_runs.shiftscript_ver,
|
||||
qaqc_runs.shifter,
|
||||
qaqc_single_run_results.note AS result_note
|
||||
FROM
|
||||
ps_boards,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue