/*
  Warnings:

  - You are about to drop the column `completed_at` on the `LifeCycle` table. All the data in the column will be lost.

*/
-- AlterTable
ALTER TABLE "LifeCycle" DROP COLUMN "completed_at",
ADD COLUMN     "life_cycle_completion_date" TIMESTAMP(3) DEFAULT CURRENT_TIMESTAMP;
