calcom/apps/web/prisma/migrations/20220125035907_add_attendee_locale/migration.sql
2022-02-10 14:22:45 -07:00

2 lines
81 B
SQL

-- AlterTable
ALTER TABLE "Attendee" ADD COLUMN "locale" TEXT DEFAULT E'en';