Skip to content

Commit

Permalink
https://github.com/bonfire-networks/bonfire-app/issues/771
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Dec 2, 2023
1 parent 452c85f commit 8b1034d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions flavours/classic/repo/migrations/20231201094945_files_refactor.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
defmodule Bonfire.Files.Repo.Migrations.FilesRefactor do
@moduledoc false
use Ecto.Migration

import Pointers.Migration

def up do
alter table("bonfire_files_media") do
Ecto.Migration.add_if_not_exists(:file, :jsonb)
end
end

def down, do: nil
end

0 comments on commit 8b1034d

Please sign in to comment.