fix: actually include sensor firmware version string in repo, /version response
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
defmodule Localiser.Repo.Migrations.AddFirmwareVersionToSensors do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:sensors) do
|
||||
add :firmware_version, :string
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user