pstream-backend/prisma/migrations/20250722170032_group_array_required/migration.sql
2025-07-22 11:02:00 -06:00

9 lines
250 B
SQL

/*
Warnings:
- The `group` column on the `bookmarks` table would be dropped and recreated. This will lead to data loss if there is data in the column.
*/
-- AlterTable
ALTER TABLE "bookmarks" DROP COLUMN "group",
ADD COLUMN "group" TEXT[];