project-knedita/prisma/migrations/20230715104358_alter_pfp_url_field_name/migration.sql

10 lines
221 B
MySQL
Raw Normal View History

/*
Warnings:
- You are about to drop the column `pfpUrl` on the `User` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "User" DROP COLUMN "pfpUrl",
ADD COLUMN "profilePicture" TEXT;