daphnis/prisma/migrations/20240624052325_migration2/migration.sql
2024-06-29 01:22:22 -04:00

12 lines
238 B
SQL

/*
Warnings:
- You are about to drop the column `email` on the `users` table. All the data in the column will be lost.
*/
-- DropIndex
DROP INDEX `users_email_key` ON `users`;
-- AlterTable
ALTER TABLE `users` DROP COLUMN `email`;