Files
weeding/supabase/add_logo_url_to_halls.sql
2025-12-07 18:05:05 +03:00

4 lines
82 B
SQL

-- Add logo_url column to halls table
alter table halls
add column logo_url text;