Store image hashes in the db - part 1
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
defmodule MusicLibrary.Repo.Migrations.AddImageDataHashToRecords do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:records) do
|
||||
add :image_data_hash, :string
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user