Remove unneeded index
This commit is contained in:
parent
9dca081fbc
commit
e65d270260
2 changed files with 0 additions and 3 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 508 KiB After Width: | Height: | Size: 497 KiB |
|
|
@ -5,8 +5,5 @@ defmodule Pinchflat.Repo.Migrations.AddLastErrorToMediaItem do
|
||||||
alter table(:media_items) do
|
alter table(:media_items) do
|
||||||
add :last_error, :string
|
add :last_error, :string
|
||||||
end
|
end
|
||||||
|
|
||||||
execute "CREATE INDEX media_items_last_error_index ON media_items (last_error);",
|
|
||||||
"DROP INDEX media_items_last_error_index;"
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue