sflpro / notifier

The notifications microservice is an independently deployable component intended for sending various types of notifications.
Apache License 2.0
47 stars 13 forks source link

Change notification content column type. #148

Closed danielyan11vazgen closed 4 years ago

danielyan11vazgen commented 4 years ago

it will be better to change notification.content column type from varchar to text, to except issues like org.postgresql.util.PSQLException: ERROR: value too long for type character

dnavre commented 4 years ago

This is a duplicate of #147