diff --git a/prisma/migrations/20240617173815_delete_dup_name/migration.sql b/prisma/migrations/20240617173815_delete_dup_name/migration.sql new file mode 100644 index 0000000..0cc1276 --- /dev/null +++ b/prisma/migrations/20240617173815_delete_dup_name/migration.sql @@ -0,0 +1,8 @@ +/* + Warnings: + + - You are about to drop the column `name` on the `User` table. All the data in the column will be lost. + +*/ +-- AlterTable +ALTER TABLE "User" DROP COLUMN "name";