From: Oleg Broytman Date: Tue, 22 Dec 2015 21:06:26 +0000 (+0300) Subject: Add Book.archive: name of the zip file X-Git-Tag: 0.0.3~8 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=33c7142a48442ee0cd1a95269ac55d4238097a28;p=m_librarian.git Add Book.archive: name of the zip file --- diff --git a/m_librarian/db.py b/m_librarian/db.py index 9eb50d5..199f967 100755 --- a/m_librarian/db.py +++ b/m_librarian/db.py @@ -53,6 +53,7 @@ class Book(SQLObject): title = UnicodeCol() series = UnicodeCol() ser_no = IntCol() + archive = StringCol() file = StringCol() size = IntCol() lib_id = StringCol()