This commit is contained in:
Ivan Tashkinov 2019-10-21 10:20:28 +03:00
parent ee04fbc35a
commit 75da202ab7
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
defmodule Pleroma.Repo.Migrations.CopyUsersInfoaddsToUsers do
defmodule Pleroma.Repo.Migrations.CopyUsersInfoFieldsToUsers do
use Ecto.Migration
@info_fields [
@ -136,7 +136,7 @@ defmodule Pleroma.Repo.Migrations.CopyUsersInfoaddsToUsers do
add(:skip_thread_containment, :boolean, default: false, null: false)
end
if direction == :up do
if direction() == :up do
for f <- @info_fields do
set_field = "update users set #{f} ="