Files
portabase/prisma/migrations/20241127182048_2024_11_27/migration.sql
T

9 lines
244 B
SQL

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