Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
added asset_origin field
Browse files Browse the repository at this point in the history
added new field to track where the asset originated from
  • Loading branch information
DJensen94 committed Nov 8, 2021
1 parent 5cf633e commit c5d4151
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pe_reports/data/data_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ CREATE TABLE IF NOT EXISTS public.web_assets
ip_type text,
verified boolean,
organizations_uid uuid NOT NULL,
asset_origin text,
report_on boolean DEFAULT TRUE,
last_scanned timestamp,
UNIQUE(asset),
Expand Down

0 comments on commit c5d4151

Please sign in to comment.