]> git.phdru.name Git - m_librarian.git/blobdiff - m_librarian/db.py
Add Book.archive: name of the zip file
[m_librarian.git] / 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()