Commit Graph

2 Commits

Author SHA1 Message Date
Thomas Hallock 42e1a71292 fix(db): add statement-breakpoint to worksheet_settings migration
- Add --> statement-breakpoint between CREATE TABLE and CREATE INDEX
- Required by better-sqlite3 to handle multiple statements

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-06 08:26:09 -06:00
Thomas Hallock 8231d24f8c chore(db): add migration for worksheet_settings table
- Create worksheet_settings table with versioned JSON config storage
- Foreign key to users with cascade delete
- Index on (user_id, worksheet_type) for efficient lookups

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-06 08:26:09 -06:00