added contact name to the vendor table
This commit is contained in:
parent
f4557fc5d4
commit
cc969e8ccc
2
.gitignore
vendored
2
.gitignore
vendored
@ -46,3 +46,5 @@ refstack/client/.testrepository/format
|
||||
refstack/client/.testrepository/next-stream
|
||||
|
||||
refstack/client/.smbdeleteAAA06c94.4
|
||||
|
||||
scripts/members_sponsors_20131030.csv
|
||||
|
@ -73,7 +73,7 @@ class Vendor(Base):
|
||||
id = Column(Integer, primary_key=True)
|
||||
vendor_name = Column(String(80), unique=True)
|
||||
contact_email = Column(String(120), unique=True)
|
||||
|
||||
contact_name = Column(String(120), unique=False)
|
||||
|
||||
def __str__(self):
|
||||
return self.vendor_name
|
||||
|
Loading…
x
Reference in New Issue
Block a user