/*
  Warnings:

  - Made the column `date_of_birth` on table `Profile` required. This step will fail if there are existing NULL values in that column.

*/
-- AlterTable
ALTER TABLE "Profile" ALTER COLUMN "date_of_birth" SET NOT NULL,
ALTER COLUMN "date_of_birth" SET DATA TYPE DATE;
