Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
Warnings:

- You are about to drop the column `digestScheduleId` on the `EmailAccount` table. All the data in the column will be lost.

*/
-- DropForeignKey
ALTER TABLE "EmailAccount" DROP CONSTRAINT IF EXISTS "EmailAccount_digestScheduleId_fkey";

-- DropIndex
DROP INDEX IF EXISTS "EmailAccount_digestScheduleId_key";

-- AlterTable
ALTER TABLE "EmailAccount" DROP COLUMN IF EXISTS "digestScheduleId";
Loading