jstockwin / Film-Night

0 stars 0 forks source link

Plot descriptions are being cut off. #11

Closed Tom-Johnston closed 8 years ago

Tom-Johnston commented 8 years ago

The back-end is passing a string which is too short, probably due to the database having too small a field for the plot.

jstockwin commented 8 years ago

This has been fixed server side. The plot field in the sql database is now 1023 characters long, which should be sufficient.