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

2 lines
64 B
SQL

-- AlterTable
ALTER TABLE "users" ADD COLUMN "locale" TEXT;