Skip to content

Commit

Permalink
update schema - add ReqId
Browse files Browse the repository at this point in the history
  • Loading branch information
arempter authored Sep 30, 2019
1 parent d6618ce commit 5a66d58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/rokku_scanner.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ CREATE TABLE scan_results(
moved_to VARCHAR(512) NOT NULL,
etag VARCHAR(50) NOT NULL,
step VARCHAR(15) NOT NULL,
request_id VARCHAR(37) NOT NULL,
timestamp VARCHAR(32) NOT NULL
) COMMENT='DB for RokkuScanner';

0 comments on commit 5a66d58

Please sign in to comment.