Skip to content

Commit

Permalink
update migration to fix git issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-super committed Sep 26, 2024
1 parent d3350c5 commit 75f2d33
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ create table ui.seen_sources
constraint seen_sources_references_user
foreign key (username)
references permissions.users (username) match simple
on delete cascade
);

comment on table ui.seen_sources is e''
Expand Down

0 comments on commit 75f2d33

Please sign in to comment.