- Removed device_role_source assignment in sanitize_device_role/1 - Updated structure.sql to reflect database schema without device_role_source column - Fixes ERROR 42703 (undefined_column) in production workers The form was still trying to set device_role_source in params even though the database column was dropped, causing runtime errors in: - AgentLatencyEvaluator - CapacityInsightWorker - WirelessInsightWorker All device roles are now manually set with default value 'other'. Reviewed-on: graham/towerops-web#110 |
||
|---|---|---|
| .. | ||
| migrations | ||
| seeds.exs | ||
| seeds_e2e.exs | ||
| structure.sql | ||