fix: sensor schema drift

This commit is contained in:
2026-05-13 20:28:21 +02:00
parent b1c7ded7ab
commit ecc0870cae
4 changed files with 26 additions and 7 deletions
+2
View File
@@ -9,6 +9,8 @@ defmodule Localiser.Domain.Schema.Sensor do
field :sensor_id, :string
field :x, :float
field :y, :float
field :floor_x, :float, virtual: true
field :floor_y, :float, virtual: true
belongs_to :room, Room
has_many :calibrations, SensorCalibration