Skip to content

Commit

Permalink
drop and create datasets_view (#2184)
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Leszczynski <[email protected]>

Signed-off-by: Pawel Leszczynski <[email protected]>
  • Loading branch information
pawel-big-lebowski committed Oct 13, 2022
1 parent 2d80f4c commit 9316120
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CREATE OR REPLACE VIEW datasets_view
DROP VIEW IF EXISTS datasets_view;
CREATE VIEW datasets_view
AS
SELECT d.uuid,
d.type,
Expand Down

0 comments on commit 9316120

Please sign in to comment.