DEV Community

Discussion on: Postgres enums with Rails

Collapse
 
johand profile image
Johan

Nice post @dsalahutdinov , apart from what @antico5 says I see another detail here, is that the last one should be

WHEN 2 THEN 'telegram'::user_notification_channel

instead of

WHEN 2 THEN 'facebook'::user_notification_channel
Collapse
 
dsalahutdinov profile image
Dmitry Salahutdinov

@johand , thanks, fixed