Skip to content

Commit

Permalink
Merge pull request #9 from ing-bank/ext-scanner-schema
Browse files Browse the repository at this point in the history
Extend scanner schema
  • Loading branch information
kr7ysztof authored Oct 1, 2019
2 parents d218b80 + 5a66d58 commit b3e176f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions database/rokku_scanner.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ CREATE TABLE scan_results(
result VARCHAR(20) NOT NULL,
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 b3e176f

Please sign in to comment.