srogers / conferences

Conferences / speakers / presentations manager
1 stars 0 forks source link

Allow a blank episode number for presentations #523

Closed srogers closed 2 years ago

srogers commented 2 years ago

For presentations that aren't part of the official podcast stream.

PG::InvalidTextRepresentation: ERROR:  invalid input syntax for type integer: ""
: SELECT MAX(cast(episode as integer)) FROM "presentations" WHERE "presentations"."conference_id" = $1

app/models/presentation.rb in set_next_episode at line 112