8 lines
No EOL
201 B
SQL
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"; |