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

Commit

Permalink
Add cyhy db name to the organizations table
Browse files Browse the repository at this point in the history
Added a column to the organizations table for the cyhy database name. This will allow us to link our database to the Crossfeed database as well as have the names necesarry to query the cyhy databse to retrieve encryption data
  • Loading branch information
DJensen94 committed Sep 23, 2021
1 parent 811e39f commit 0d192c2
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 @@ -16,6 +16,7 @@ CREATE TABLE IF NOT EXISTS public.organizations
organizations_uid uuid default uuid_generate_v1() NOT NULL,
name text NOT NULL,
root_domains text[],
cyhy_db_name text,
PRIMARY KEY (organizations_uid)
);

Expand Down

0 comments on commit 0d192c2

Please sign in to comment.