re-add mastofe_settings column
[akkoma] / priv / repo / migrations / 20201221202251_create_hashtags.exs
index afc522002e57fbed683864632d549a5f0b5ca3ce..8d2e9ae663aa48e09ebe053fc82aa87b0eed1d3e 100644 (file)
@@ -4,7 +4,6 @@ defmodule Pleroma.Repo.Migrations.CreateHashtags do
   def change do
     create_if_not_exists table(:hashtags) do
       add(:name, :citext, null: false)
-      add(:data, :map, default: %{})
 
       timestamps()
     end