Browse Source

[#1304] Typo fix.

environments/review-fix-dokku-evrk7p/deployments/949
Ivan Tashkinov 4 years ago
parent
commit
75da202ab7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      priv/repo/migrations/20191009154608_copy_users_info_fields_to_users.exs

+ 2
- 2
priv/repo/migrations/20191009154608_copy_users_info_fields_to_users.exs 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} ="



Loading…
Cancel
Save