UPDATE users SET "currentPlanType" = 'free', "currentPlanUpdatedAt" = NOW() WHERE role = 'parent' AND "currentPlanType" IS NULL;
