diff options
Diffstat (limited to 'priv/repo')
| -rw-r--r-- | priv/repo/migrations/20191009154608_copy_users_info_fields_to_users.exs | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/priv/repo/migrations/20191009154608_copy_users_info_fields_to_users.exs b/priv/repo/migrations/20191009154608_copy_users_info_fields_to_users.exs index 6b096a962..d9df5bb51 100644 --- a/priv/repo/migrations/20191009154608_copy_users_info_fields_to_users.exs +++ b/priv/repo/migrations/20191009154608_copy_users_info_fields_to_users.exs @@ -28,9 +28,6 @@ defmodule Pleroma.Repo.Migrations.CopyUsersInfoaddsToUsers do      :settings,      :magic_key,      :uri, -    :topic, -    :hub, -    :salmon,      :hide_followers_count,      :hide_follows_count,      :hide_followers, @@ -121,9 +118,6 @@ defmodule Pleroma.Repo.Migrations.CopyUsersInfoaddsToUsers do        add(:settings, :map, default: nil)        add(:magic_key, :text, default: nil)        add(:uri, :text, default: nil) -      add(:topic, :text, default: nil) -      add(:hub, :text, default: nil) -      add(:salmon, :text, default: nil)        add(:hide_followers_count, :boolean, default: false, null: false)        add(:hide_follows_count, :boolean, default: false, null: false)        add(:hide_followers, :boolean, default: false, null: false)  | 
