diff --git a/server/src/models/location.ts b/server/src/models/location.ts index 63668b5..4b3e708 100644 --- a/server/src/models/location.ts +++ b/server/src/models/location.ts @@ -46,7 +46,7 @@ Location.init( type: DataTypes.NUMBER, allowNull: true, }, - ttn_gw__longitude: { + ttn_gw_longitude: { type: DataTypes.NUMBER, allowNull: true, },