Events and the organisation profile now have an address, with a "Directions" link and an embedded Google Maps view (no API key required) shown on event pages, event cards, and the Contact page. New events default their location to the org's configured address.
3 lines
66 B
SQL
3 lines
66 B
SQL
-- AlterTable
|
|
ALTER TABLE "Event" ADD COLUMN "location" TEXT;
|