-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://github.com/bonfire-networks/bonfire-app/issues/243
- Loading branch information
Showing
249 changed files
with
2,270 additions
and
1,559 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
flavours/classic/repo/migrations/20200828094946_import_social_graph.exs
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
flavours/classic/repo/migrations/20200828094947_import_posts.exs
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
flavours/classic/repo/migrations/20200828094948_import_messages.exs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
flavours/classic/repo/migrations/20210102094944_import_shared_user.exs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
defmodule Bonfire.Posts.Repo.Migrations.Import do | ||
@moduledoc false | ||
use Ecto.Migration | ||
|
||
import Bonfire.Posts.Migrations | ||
|
||
def change, do: migrate_posts() | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
defmodule Bonfire.Messages.Repo.MessagesMigrations do | ||
@moduledoc false | ||
use Ecto.Migration | ||
|
||
import Bonfire.Messages.Migrations | ||
|
||
def change, do: migrate_messages() | ||
end |
8 changes: 8 additions & 0 deletions
8
flavours/classic/repo/migrations/20210128094944_social_graph.exs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
defmodule Bonfire.Social.Graph.Repo.Migrations.Import do | ||
@moduledoc false | ||
use Ecto.Migration | ||
|
||
import Bonfire.Social.Graph.Migrations | ||
|
||
def change, do: migrate_social_graph() | ||
end |
2 changes: 1 addition & 1 deletion
2
flavours/classic/repo/migrations/20210410094945_profile_images.exs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
flavours/classic/repo/migrations/20210831134330_update_oban_jobs_table.exs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
flavours/classic/repo/migrations/20220915052335_create_oban_peers.exs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
flavours/classic/repo/migrations/20230731004945_add_array_reverse_fn.exs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
defmodule Bonfire.Social.Repo.Migrations.ArrayFn do | ||
@moduledoc false | ||
use Ecto.Migration | ||
|
||
def up, do: Bonfire.Social.Migrations.add_array_reverse_fn() | ||
def down, do: nil | ||
end |
2 changes: 1 addition & 1 deletion
2
flavours/classic/repo/migrations/20240110094945_gin_indexes.exs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.