0
Fork 0
mirror of https://github.com/stonith404/pingvin-share.git synced 2025-01-15 01:14:27 -05:00

chore: create prisma migration

This commit is contained in:
Elias Schneider 2022-12-13 18:39:13 +01:00
parent 844c47e129
commit 4c7e161217

View file

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Share" ADD COLUMN "description" TEXT;