Skip to content

Commit

Permalink
feature: limiting the slug length to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
mwingert committed Oct 1, 2024
1 parent dde362d commit 91e2e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/radiator/podcast/episode.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Radiator.Podcast.Episode do
import Ecto.Changeset

alias Radiator.Podcast.Show
@slug_max_length 50
@slug_max_length 500

schema "episodes" do
field :title, :string
Expand Down

0 comments on commit 91e2e2c

Please sign in to comment.