Commit Graph
1 Commits
Author SHA1 Message Date
AndymickandClaude Haiku 4.5 396dbb93f0 Add migration script for applying parent category support
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>
2026-07-21 17:57:57 +01:00