diff --git a/backend/alembic/versions/038_snmp_profiles_table.py b/backend/alembic/versions/038_snmp_profiles_table.py index 432c5a3..c7de9be 100644 --- a/backend/alembic/versions/038_snmp_profiles_table.py +++ b/backend/alembic/versions/038_snmp_profiles_table.py @@ -662,7 +662,7 @@ def upgrade() -> None: category, profile_data, is_system) VALUES (NULL, :name, :description, :sys_object_id, :vendor, - :category, :profile_data::jsonb, TRUE) + :category, CAST(:profile_data AS jsonb), TRUE) """), { "name": profile["name"],