mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 00:31:13 -05:00
Refactor settings page
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user