Internal
Public Access
- tasks.0002_initial: Remove duplicate user field on Tag model - tasks.0005_fix_tasks_tags_table: Add PostgreSQL/MySQL/SQLite support - Use SERIAL instead of AUTOINCREMENT for PostgreSQL - Use UUID type for foreign keys in PostgreSQL - tasks.0006_fix_task_shares_table: Add PostgreSQL/MySQL/SQLite support - Use UUID type and TIMESTAMP in PostgreSQL - Use CHAR(32) and DATETIME in MySQL/SQLite These migrations now detect the database backend and use appropriate syntax for each database type. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>