0
Fork 0
mirror of https://github.com/stonith404/pingvin-share.git synced 2025-01-15 01:14:27 -05:00
pingvin-share/backend/prisma/migrations/20230113080918_removed_reason_attribute/migration.sql
2023-01-13 10:16:35 +01:00

2 lines
67 B
SQL

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