server/prisma/migrations/20240409042719_make_uri_nullable/migration.sql
2024-04-08 18:33:59 -10:00

6 lines
137 B
SQL

-- AlterTable
ALTER TABLE "Status" ALTER COLUMN "uri" DROP NOT NULL;
-- AlterTable
ALTER TABLE "User" ALTER COLUMN "uri" DROP NOT NULL;