feat: wait for enrolled sensors to announce, factory reset them on deletion
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
defmodule Localiser.Repo.Migrations.AddConfirmedToSensors do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:sensors) do
|
||||
add :confirmed, :boolean, default: false, null: false
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user