Add v2 migration with 6 parent categories, 36 child categories, and ~85 keywords extracted from the expense summary to enable auto-categorization. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 lines
124 B
Rust
2 lines
124 B
Rust
pub const SCHEMA: &str = include_str!("schema.sql");
|
|
pub const SEED_CATEGORIES: &str = include_str!("seed_categories.sql");
|