/*
  Warnings:

  - You are about to alter the column `profileColor` on the `child_profiles` table. The data in that column could be lost. The data in that column will be cast from `BigInt` to `Integer`.

*/
-- AlterTable
ALTER TABLE "child_profiles" ALTER COLUMN "profileColor" SET DATA TYPE INTEGER;
