ktelep / tilt

Tilt is a Demo app for deployment into CloudFoundry
4 stars 3 forks source link

Restrict device ID to 20 characters to avoid HAWQ database insert errors #9

Closed cghiorzi closed 9 years ago

cghiorzi commented 9 years ago

On the Main tilt page, only allow device IDs to contain 20 characters so that users do not create device IDs that are too large to be inserted.

ktelep commented 9 years ago

Limited the devid change field on the frontend to 18 characters.