diff options
author | EmmettCox <emmett.cox@est.tech> | 2019-02-05 16:16:40 +0000 |
---|---|---|
committer | EmmettCox <emmett.cox@est.tech> | 2019-02-05 16:16:40 +0000 |
commit | 5da50e90e6c78700d48d7468849d4a1599a249b3 (patch) | |
tree | b39a8c24044de6eb0aafe511e21c252e1764f836 /datarouter-prov/src/test/resources | |
parent | 14b8d9552808063686e0c22760cec6e35b960b59 (diff) |
adding FILENAME value to LOG_RECORDS table.
Change-Id: Iea49d196f324b3a03a18d3d2084e5f6c7ad226ea
Issue-ID: DMAAP-1022
Signed-off-by: EmmettCox <emmett.cox@est.tech>
Diffstat (limited to 'datarouter-prov/src/test/resources')
-rwxr-xr-x | datarouter-prov/src/test/resources/create.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/datarouter-prov/src/test/resources/create.sql b/datarouter-prov/src/test/resources/create.sql index cd87dde0..b2906035 100755 --- a/datarouter-prov/src/test/resources/create.sql +++ b/datarouter-prov/src/test/resources/create.sql @@ -75,6 +75,7 @@ CREATE TABLE LOG_RECORDS ( RECORD_ID BIGINT UNSIGNED NOT NULL PRIMARY KEY, /* unique ID for this record */ CONTENT_LENGTH_2 BIGINT, + FILENAME VARCHAR(256), /* Name of the file being published on DR */ INDEX (FEEDID) USING BTREE, INDEX (DELIVERY_SUBID) USING BTREE, |