Created scripts/apply-migration.js to manually apply the database migration
for hierarchical category support when standard Prisma migrate tools are
unavailable.
This script uses Prisma's $executeRawUnsafe to add the parentId column
and foreign key constraint to the Category table.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>