diff --git a/supabase/migrations/20241122084704_fix_exclude_patterns.sql b/supabase/migrations/20241122084704_fix_exclude_patterns.sql new file mode 100644 index 00000000..75f235fd --- /dev/null +++ b/supabase/migrations/20241122084704_fix_exclude_patterns.sql @@ -0,0 +1,2 @@ +ALTER TABLE projects DROP COLUMN exclude_patterns; +ALTER table projects add column exclude_patterns TEXT; \ No newline at end of file