@danielcok17/prisma-db 1.20.11 → 1.20.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
-- Add converted preview fields for MessageFile.
|
|
2
|
+
-- These columns are nullable so existing message files remain valid.
|
|
3
|
+
ALTER TABLE "MessageFile"
|
|
4
|
+
ADD COLUMN IF NOT EXISTS "convertedBase64Data" TEXT,
|
|
5
|
+
ADD COLUMN IF NOT EXISTS "convertedFileName" TEXT,
|
|
6
|
+
ADD COLUMN IF NOT EXISTS "convertedFileType" TEXT;
|