[#1304] Typo fix.
authorIvan Tashkinov <ivantashkinov@gmail.com>
Mon, 21 Oct 2019 07:20:28 +0000 (10:20 +0300)
committerIvan Tashkinov <ivantashkinov@gmail.com>
Mon, 21 Oct 2019 07:20:28 +0000 (10:20 +0300)
priv/repo/migrations/20191009154608_copy_users_info_fields_to_users.exs

index d9df5bb51671feb00773615cecb541d53d1e43de..72c852d2b0a15925653b196f2e25e905c06c50dd 100644 (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} ="