Add resolution option (#21)
* added preferred resolution to profiles * Add resolution to download option builder
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
defmodule Pinchflat.Repo.Migrations.AddPreferredResolutionToMediaProfiles do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:media_profiles) do
|
||||
add :preferred_resolution, :string, null: false, default: "1080p"
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user