1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-11-05 23:40:12 +01: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;