637 B
637 B
id, title, status, assignee, created_date, labels, dependencies
| id | title | status | assignee | created_date | labels | dependencies |
|---|---|---|---|---|---|---|
| task-002 | Create database migration system | To Do | 2025-08-27 18:31 |
Description
Set up SQLx migrations infrastructure to manage database schema versions. Create the migrations directory structure and initial migration files.
Acceptance Criteria
- #1 migrations/ directory is created with proper structure
- #2 001_initial_schema.sql migration file contains complete schema
- #3 Migration runner is integrated with application startup
- #4 Database schema matches the design specified in README.md