Merge branch 'from/upstream-develop/tusooa/server-announcements' into 'develop' ...
[akkoma] / priv / repo / migrations / 20191008132427_drop_users_following.exs
index 17805db36a92908b7f2db0f6e8064b715064c800..21c0af9f459f9f671f3e1c8a9978f13debc25db8 100644 (file)
@@ -1,6 +1,8 @@
 defmodule Pleroma.Repo.Migrations.DropUsersFollowing do
   use Ecto.Migration
 
+  # had to disable these to be able to restore `following` index concurrently
+  # https://hexdocs.pm/ecto_sql/Ecto.Migration.html#index/3-adding-dropping-indexes-concurrently
   @disable_ddl_transaction true
   @disable_migration_lock true