9 lines
234 B
SQL
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;
|