Refactor settings page

This commit is contained in:
gpt-engineer-app[bot]
2025-09-28 20:58:08 +00:00
parent e841fd2b7c
commit 98b06cdf6e
4 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
-- Add home_park_id field to profiles table to store user's selected home park
ALTER TABLE public.profiles
ADD COLUMN home_park_id UUID REFERENCES public.parks(id);