mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 01:51:13 -05:00
Implement Park Form and Edit/Add Functionality
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Add Cloudflare image ID columns to parks table
|
||||
ALTER TABLE public.parks
|
||||
ADD COLUMN IF NOT EXISTS banner_image_id TEXT,
|
||||
ADD COLUMN IF NOT EXISTS card_image_id TEXT;
|
||||
Reference in New Issue
Block a user