diff --git a/supabase/migrations/20241111135129_add_notes_to_help_requests.sql b/supabase/migrations/20241111135129_add_notes_to_help_requests.sql new file mode 100644 index 0000000..5e5f86f --- /dev/null +++ b/supabase/migrations/20241111135129_add_notes_to_help_requests.sql @@ -0,0 +1 @@ +alter table "public"."help_requests" add column "notes" text; \ No newline at end of file