- 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 |
||
|---|---|---|
| .. | ||
| mix/tasks | ||
| snmpkit | ||
| towerops | ||
| towerops_web | ||
| snmp_lib.ex | ||
| snmp_mgr.ex | ||
| snmpkit.ex | ||
| towerops.ex | ||
| towerops_native.ex | ||
| towerops_web.ex | ||