mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-07-02 01:29:25 +09:00
add version to database
This commit is contained in:
parent
320ed3a285
commit
64056a89d8
3 changed files with 18 additions and 0 deletions
|
@ -34,6 +34,8 @@ true || include("../src/PSBoardDataBase.jl")
|
|||
db = PSBoardDataBase.create_database(dbpath)
|
||||
@info "" db
|
||||
|
||||
@test PSBoardDataBase.insert_version_info(db) |> isnothing
|
||||
|
||||
@test PSBoardDataBase.insert_qaqc_campaign_id(db) |> isnothing
|
||||
@test PSBoardDataBase.insert_qaqc_positions(db) |> isnothing
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue