]> git.phdru.name Git - m_librarian.git/commitdiff
Add Book.archive: name of the zip file
authorOleg Broytman <phd@phdru.name>
Tue, 22 Dec 2015 21:06:26 +0000 (00:06 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 22 Dec 2015 21:06:26 +0000 (00:06 +0300)
m_librarian/db.py

index 9eb50d57321d01060d032fcb83d4bc7c484834a0..199f967b929152bdc33c329ed7bb4d1492f578b0 100755 (executable)
@@ -53,6 +53,7 @@ class Book(SQLObject):
     title = UnicodeCol()
     series = UnicodeCol()
     ser_no = IntCol()
+    archive = StringCol()
     file = StringCol()
     size = IntCol()
     lib_id = StringCol()