Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- +goose Up
-- +goose StatementBegin
UPDATE opentdf.subject_condition_set
UPDATE subject_condition_set
SET condition = jsonb_set(
condition,
'{0,condition_groups}',
Expand Down Expand Up @@ -30,7 +30,7 @@ WHERE condition IS NOT NULL;

-- +goose Down
-- +goose StatementBegin
UPDATE opentdf.subject_condition_set
UPDATE subject_condition_set
SET condition = jsonb_set(
condition,
'{0,condition_groups}',
Expand Down