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 80bcc02 commit 28f0039Copy full SHA for 28f0039
priv/repo/migrations/20200828094945_import_social.exs
@@ -1,9 +1,9 @@
1
defmodule Bonfire.Social.Repo.Migrations.ImportSocial do
2
@moduledoc false
3
use Ecto.Migration
4
+use Needle.Migration.Indexable
5
6
import Bonfire.Social.Migrations
- import Needle.Migration
7
8
def up do
9
migrate_social()
0 commit comments