daphnis/prisma/migrations/20240624052325_migration2/migration.sql

12 lines
238 B
MySQL
Raw Normal View History

2024-06-29 05:22:22 +00:00
/*
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`;