We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947ad1f commit 90bb224Copy full SHA for 90bb224
priv/repo/migrations/20251015004945_add_social_indexes.exs
@@ -1,6 +1,7 @@
1
defmodule Bonfire.Social.Repo.Migrations.AddSocialIndexes do
2
@moduledoc false
3
- use Ecto.Migration
+use Ecto.Migration
4
+ use Needle.Migration.Indexable
5
use Needle.Migration.Indexable
6
7
def up do
0 commit comments