Skip to content

Commit

Permalink
Addressed comments with Table and datasources changes
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Tathgur <[email protected]>
  • Loading branch information
Tushar Tathgur authored and Tushar Tathgur committed Jul 6, 2023
1 parent d9a928c commit 4098630
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 26 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,17 @@ ALTER TABLE flows
ALTER TABLE flows_local
DROP COLUMN egressName,
DROP COLUMN egressIP;
ALTER TABLE tadetector
DROP COLUMN podNamespace;
DROP COLUMN podLabels;
DROP COLUMN destinationServicePortName;
DROP COLUMN aggType;
DROP COLUMN direction;
DROP COLUMN podName;
ALTER TABLE tadetector_local
DROP COLUMN podNamespace;
DROP COLUMN podLabels;
DROP COLUMN destinationServicePortName;
DROP COLUMN aggType;
DROP COLUMN direction;
DROP COLUMN podName;
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,17 @@ ALTER TABLE flows
ALTER TABLE flows_local
ADD COLUMN egressName String,
ADD COLUMN egressIP String;
ALTER TABLE tadetector
ADD COLUMN podNamespace;
ADD COLUMN podLabels;
ADD COLUMN destinationServicePortName;
ADD COLUMN aggType;
ADD COLUMN direction;
ADD COLUMN podName;
ALTER TABLE tadetector_local
ADD COLUMN podNamespace;
ADD COLUMN podLabels;
ADD COLUMN destinationServicePortName;
ADD COLUMN aggType;
ADD COLUMN direction;
ADD COLUMN podName;

0 comments on commit 4098630

Please sign in to comment.