mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-07-04 10:39:25 +09:00
fix: typos
This commit is contained in:
parent
bd905ca3b7
commit
d4a83507be
3 changed files with 6 additions and 6 deletions
|
@ -91,7 +91,7 @@ CREATE TABLE qaqc_extra_run_results (
|
|||
FOREIGN KEY("position") REFERENCES "qaqc_positions"("id")
|
||||
);
|
||||
|
||||
-- TODO: add table for desciptions of each error?
|
||||
-- TODO: add table for descriptions of each error?
|
||||
|
||||
CREATE TABLE qaqc_positions (
|
||||
id INTEGER NOT NULL PRIMARY KEY,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue