Skip to content

Commit 03aa7b3

Browse files
committed
add missing columns for repo table
1 parent 64a03b5 commit 03aa7b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ALTER TABLE public.repos ADD repo_name text NULL;
2+
ALTER TABLE public.repos ADD repo_full_name text NULL;
3+
ALTER TABLE public.repos ADD repo_organisation text NULL;
4+
ALTER TABLE public.repos ADD repo_url text NULL;

0 commit comments

Comments
 (0)