removing grouped reports admin api endpoint
[akkoma] / lib / jason_types.ex
index 4c89664ffbab403bab7060d1e2b511ffcbca7862..f1fdc96f44abf16903a808bafc5886ed7d0d3019 100644 (file)
@@ -1 +1,9 @@
-Postgrex.Types.define(Pleroma.PostgresTypes, [] ++ Ecto.Adapters.Postgres.extensions(), json: Jason)
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
+Postgrex.Types.define(
+  Pleroma.PostgresTypes,
+  [] ++ Ecto.Adapters.Postgres.extensions(),
+  json: Jason
+)