You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ghostfolio/prisma/migrations/20211018203042_changed_gran.../migration.sql

6 lines
155 B

-- AlterTable
ALTER TABLE "Access" ALTER COLUMN "granteeUserId" DROP NOT NULL;
-- AlterTable
ALTER TABLE "Account" ALTER COLUMN "currency" DROP NOT NULL;