- 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 |
||
|---|---|---|
| .. | ||
| channels | ||
| components | ||
| controllers | ||
| graphql | ||
| helpers | ||
| live | ||
| plugs | ||
| changelog_parser.ex | ||
| endpoint.ex | ||
| gettext.ex | ||
| gettext_helpers.ex | ||
| graphql_socket.ex | ||
| permissions.ex | ||
| plug_exceptions.ex | ||
| remote_ip.ex | ||
| router.ex | ||
| scoped_resource.ex | ||
| telemetry.ex | ||
| telemetry_filter.ex | ||
| user_auth.ex | ||