Files
swiss-datashare/backend/prisma/migrations/20230113080918_removed_reason_attribute/migration.sql

3 lines
67 B
MySQL
Raw Normal View History

-- AlterTable
ALTER TABLE "Share" ADD COLUMN "removedReason" TEXT;