Docker-ready Next.js + Prisma/Postgres e-invitation app: themed invite pages, RSVP, comments, share links, email + SMS invites with reply-to-RSVP-by-text, co-hosts, photo dropbox, and browser push notifications.
5 lines
142 B
SQL
5 lines
142 B
SQL
-- AlterTable
|
|
ALTER TABLE "Event" ADD COLUMN "contactInfo" TEXT NOT NULL DEFAULT '',
|
|
ADD COLUMN "occasion" TEXT NOT NULL DEFAULT '';
|
|
|