2 lines
132 B
SQL
2 lines
132 B
SQL
-- Add optional calendar URLs for availability sync (PostgreSQL text array)
|
|
ALTER TABLE "Listing" ADD COLUMN "calendarUrls" TEXT[];
|