mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-11 07:19:23 +09:00
update: add start and end date for campaigns
This commit is contained in:
parent
cb6e50b7dc
commit
f5e6caf936
2 changed files with 21 additions and 6 deletions
|
@ -46,6 +46,8 @@ CREATE TABLE qaqc_dispatch (
|
|||
|
||||
CREATE TABLE qaqc_campaigns (
|
||||
id INTEGER NOT NULL PRIMARY KEY,
|
||||
start_date DATETIME NOT NULL,
|
||||
end_date DATETIME NOT NULL,
|
||||
note TEXT
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue