total rebase
[anni] / lib / pleroma / data_migration.ex
old mode 100755 (executable)
new mode 100644 (file)
index 8451678..be4bf64
@@ -12,6 +12,8 @@ defmodule Pleroma.DataMigration do
   import Ecto.Changeset
   import Ecto.Query
 
+  @type t :: %__MODULE__{}
+
   schema "data_migrations" do
     field(:name, :string)
     field(:state, State, default: :pending)