jedmund-svelte/prisma/migrations/20250531181345_remove_technologies_field/migration.sql
2025-06-01 23:48:10 -07:00

8 lines
No EOL
201 B
SQL

/*
Warnings:
- You are about to drop the column `technologies` on the `Project` table. All the data in this column will be lost.
*/
-- AlterTable
ALTER TABLE "Project" DROP COLUMN "technologies";