Skip to content

Commit

Permalink
Fix SQL migrations
Browse files Browse the repository at this point in the history
Signed-off-by: Antonin Bas <abas@vmware.com>
  • Loading branch information
antoninbas committed Sep 30, 2022
1 parent 9bed108 commit f550077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ CREATE VIEW IF NOT EXISTS pods(
throughput,
reverseThroughput,
flowtype,
clusterUUID,
clusterUUID
FROM flows
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ as SELECT
destinationServicePort,
throughput,
flowtype,
clusterUUID,
clusterUUID
FROM flows

0 comments on commit f550077

Please sign in to comment.