Skip to content

Commit

Permalink
remove column
Browse files Browse the repository at this point in the history
  • Loading branch information
vincelwt committed Mar 29, 2024
1 parent d08e6ff commit 729ba6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion ops
Submodule ops updated from 00491d to c03dfd
4 changes: 0 additions & 4 deletions packages/db/0008.sql
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,3 @@ GROUP BY

create unique index on run_parent_feedback_cache(id);

ALTER TABLE run
ADD COLUMN parent_feedback jsonb GENERATED ALWAYS AS (
(SELECT feedback FROM run_parent_feedback_cache WHERE id = run.id)
) STORED;

0 comments on commit 729ba6f

Please sign in to comment.