1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-07-14 21:30:10 +02:00
pingvin-share/backend/prisma/migrations/20230113080918_removed_reason_attribute/migration.sql
2023-01-13 10:16:35 +01:00

3 lines
67 B
SQL

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