increase pin length to allow test pin

This commit is contained in:
Ken Roberts 2014-10-13 08:11:55 -07:00
parent 72cca86208
commit 498ecb5b6a
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class Projector(CommonBase, Base):
"""
ip = Column(String(100))
port = Column(String(8))
pin = Column(String(6))
pin = Column(String(20))
name = Column(String(20))
location = Column(String(30))
notes = Column(String(200))