From 33c7142a48442ee0cd1a95269ac55d4238097a28 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 23 Dec 2015 00:06:26 +0300 Subject: [PATCH] Add Book.archive: name of the zip file --- m_librarian/db.py | 1 + 1 file changed, 1 insertion(+) 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() -- 2.39.2