noteshare.space/server/prisma/migrations/20221120192437_add_note_secret_token/migration.sql

3 lines
74 B
SQL

-- AlterTable
ALTER TABLE "EncryptedNote" ADD COLUMN "secret_token" TEXT;