Move setDefaultsToTables to past to run before notNull migrations
authorRoman Chvanikov <chvanikoff@pm.me>
Mon, 28 Oct 2019 16:17:50 +0000 (19:17 +0300)
committerRoman Chvanikov <chvanikoff@pm.me>
Mon, 28 Oct 2019 16:17:50 +0000 (19:17 +0300)
priv/repo/migrations/20191025143434_add_defaults_to_tables.exs [moved from priv/repo/migrations/20191027143434_add_defaults_to_all_tables.exs with 97% similarity]

similarity index 97%
rename from priv/repo/migrations/20191027143434_add_defaults_to_all_tables.exs
rename to priv/repo/migrations/20191025143434_add_defaults_to_tables.exs
index 0d2794ad361b2ed32951ac0056fbeda5754e4cb7..d16ab19f9f1ecd35c80631e04f5ad77600ce1360 100644 (file)
@@ -1,4 +1,4 @@
-defmodule Pleroma.Repo.Migrations.AddDefaultsToAllTables do
+defmodule Pleroma.Repo.Migrations.AddDefaultsToTables do
   use Ecto.Migration
 
   def up do