mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 02:59:29 +00:00
Implement functionality to import schematic csv (or any other csv for that matter), with ability to map input columns to output columns with input validation and error handling
This commit is contained in:
parent
4277f42285
commit
d0f2422e0d
6 changed files with 1733 additions and 28 deletions
2
makefile
2
makefile
|
|
@ -97,7 +97,7 @@ dev-db-migrate:
|
|||
|
||||
dev-cache-clear:
|
||||
@echo "🗑️ Clearing development cache..."
|
||||
rm -rf var/cache/dev
|
||||
php -d memory_limit=1G bin/console cache:clear --env dev -n
|
||||
@echo "✅ Development cache cleared"
|
||||
|
||||
dev-warmup:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue