farmbot_os/priv/config_storage/migrations/20180226174206_network_uniq...

8 lines
179 B
Elixir

defmodule Farmbot.System.ConfigStorage.Migrations.NetworkUniqueConstraint do
use Ecto.Migration
def change do
create unique_index(:network_interfaces, [:name])
end
end