diff options
author | kaniini <nenolod@gmail.com> | 2019-07-09 16:54:14 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-07-09 16:54:14 +0000 |
commit | b6fd16d0a424f916b7338237a2972e595e404955 (patch) | |
tree | 3d5b7c516921b4fdcf50ffb71382e49d1474eb66 /lib/mix | |
parent | 1179a135333aa59e7fa4f5b908e1db8257b994f5 (diff) | |
parent | 4e6e5d80428a40f0403560b3c8381ea48cf4373e (diff) | |
download | pleroma-b6fd16d0a424f916b7338237a2972e595e404955.tar.gz pleroma-b6fd16d0a424f916b7338237a2972e595e404955.zip |
Merge branch 'test-coverage' into 'develop'
reverse proxy tests
See merge request pleroma/pleroma!1385
Diffstat (limited to 'lib/mix')
-rw-r--r-- | lib/mix/tasks/pleroma/ecto/ecto.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mix/tasks/pleroma/ecto/ecto.ex b/lib/mix/tasks/pleroma/ecto/ecto.ex index 324f57fdd..b66f63376 100644 --- a/lib/mix/tasks/pleroma/ecto/ecto.ex +++ b/lib/mix/tasks/pleroma/ecto/ecto.ex @@ -1,6 +1,7 @@ # Pleroma: A lightweight social networking server # Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/> # SPDX-License-Identifier: AGPL-3.0-onl + defmodule Mix.Tasks.Pleroma.Ecto do @doc """ Ensures the given repository's migrations path exists on the file system. |