Skip to content

Commit

Permalink
add missing columns for repo table
Browse files Browse the repository at this point in the history
  • Loading branch information
motatoes committed Jul 21, 2024
1 parent 64a03b5 commit 03aa7b3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ALTER TABLE public.repos ADD repo_name text NULL;
ALTER TABLE public.repos ADD repo_full_name text NULL;
ALTER TABLE public.repos ADD repo_organisation text NULL;
ALTER TABLE public.repos ADD repo_url text NULL;

0 comments on commit 03aa7b3

Please sign in to comment.