You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Device Attributes were never actually exposed to the frontend, we have the occasion to rework them without breaking compatibility while leveraging the utilities that Ash gives us.
The text was updated successfully, but these errors were encountered:
Also add a migration to drop the device_attributes table since we're removing
its schema and it's not reachable anymore. Device attributes are going to be
reimplemented later (see edgehog-device-manager#486)
Also add a migration to drop the device_attributes table since we're removing
its schema and it's not reachable anymore. Device attributes are going to be
reimplemented later (see edgehog-device-manager#486)
Signed-off-by: Riccardo Binetti <[email protected]>
Since Device Attributes were never actually exposed to the frontend, we have the occasion to rework them without breaking compatibility while leveraging the utilities that Ash gives us.
The text was updated successfully, but these errors were encountered: