happy-server/prisma/migrations/20250714030924_add_session_metadata/migration.sql
2025-07-13 20:11:44 -07:00

9 lines
234 B
SQL

/*
Warnings:
- Added the required column `metadata` to the `Session` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "Session" ADD COLUMN "metadata" TEXT NOT NULL;