Skip to content

Commit

Permalink
test error fix
Browse files Browse the repository at this point in the history
cannot change owner of sequence "note_teams_id_seq"
  • Loading branch information
e11sy committed Jan 11, 2024
1 parent 5ce91a1 commit 6edab89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/tenant/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CREATE SEQUENCE IF NOT EXISTS public.note_teams_id_seq
NO MAXVALUE
CACHE 1;

ALTER TABLE public.note_teams_id_seq OWNER TO codex;
-- ALTER TABLE public.note_teams_id_seq OWNER TO codex;

ALTER SEQUENCE public.note_teams_id_seq OWNED BY public.note_teams.id;

Expand Down

0 comments on commit 6edab89

Please sign in to comment.