refactor(elixir): remove unused is_active field
from storage location
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
defmodule ComponentsElixir.Repo.Migrations.RemoveIsActiveFromStorageLocations do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:storage_locations) do
|
||||
remove :is_active, :boolean
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user