Skip to content
Snippets Groups Projects
Commit bb28c60c authored by ale's avatar ale
Browse files

make the features a BLOB

parent 49334827
Branches
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ class Features(Base):
__tablename__ = 'features'
sha1 = Column(String(40), primary_key=True)
timbre_vector = Column(Text())
timbre_vector = Column(LargeBinary())
class MP3(Base):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment