2 lines
156 B
SQL
2 lines
156 B
SQL
-- Add calendar URLs for availability sync (PostgreSQL text array)
|
|
ALTER TABLE "Listing" ADD COLUMN "calendarUrls" TEXT[] NOT NULL DEFAULT ARRAY[]::TEXT[];
|