feat: manufacturer service with list, get, create

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-18 16:15:40 +02:00
parent 7de3e9e957
commit 8c1b19f07d
3 changed files with 117 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ const TRUNCATE_TABLES = [
"setups",
"thread_candidates",
"threads",
"community_prices",
"market_prices",
"items",
"global_item_tags",
"global_items",
@@ -35,6 +37,7 @@ const TRUNCATE_TABLES = [
"api_keys",
"settings",
"categories",
"manufacturers",
"users",
];