don't track generated_config.md
[akkoma] / priv / repo / migrations / 20190205114625_create_thread_mutes.exs
index 7e44db1214ab8ebefb4cadbed85fb4d68f2fa472..baaf072536cef5e97a41c08e537a9cadde70d65d 100644 (file)
@@ -6,7 +6,7 @@ defmodule Pleroma.Repo.Migrations.CreateThreadMutes do
       add :user_id, references(:users, type: :uuid, on_delete: :delete_all)
       add :context, :string
     end
-    
+
     create_if_not_exists unique_index(:thread_mutes, [:user_id, :context], name: :unique_index)
   end
 end