com.stephenschafer.budget.api/src/main/resources/getRootCategoryId.sql
Steve Schafer 09c3d932c2 Add BudgetAmounts
Add CategorizerController
Add ReportController
2026-01-17 09:57:29 -07:00

1 line
No EOL
85 B
SQL

select id from ${databaseName}.category where name = ? and parent_category_id is null