Skip to content

Commit fb88e4f

Browse files
authored
Merge pull request #52 from diggerhq/fix/project-list-types
Change types to simple strings
2 parents f32735b + 6001fc4 commit fb88e4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ALTER TABLE public.projects
2+
ALTER COLUMN include_patterns TYPE TEXT USING array_to_string(include_patterns, ','),
3+
ALTER COLUMN exclude_patterns TYPE TEXT USING array_to_string(exclude_patterns, ',');

0 commit comments

Comments
 (0)