1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-08-18 04:10:12 +02:00
pingvin-share/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;