Add hardware ingest flow and UI upload

This commit is contained in:
2026-02-11 21:57:34 +03:00
parent 38ebe8cd2a
commit 66a3166276
14 changed files with 2222 additions and 111 deletions

View File

@@ -0,0 +1,5 @@
ALTER TABLE projects
DROP INDEX uniq_projects_customer_name;
ALTER TABLE customers
DROP INDEX uniq_customers_name;