migration.sql 402 B

123456789101112
  1. /*
  2. Warnings:
  3. - You are about to drop the column `userId` on the `vendor_experiences` table. All the data in the column will be lost.
  4. - You are about to drop the column `userKeycloakId` on the `vendor_experiences` table. All the data in the column will be lost.
  5. */
  6. -- AlterTable
  7. ALTER TABLE "vendor_experiences" DROP COLUMN "userId",
  8. DROP COLUMN "userKeycloakId",
  9. ADD COLUMN "content" TEXT;