X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_librarian%2Fdb.py;h=fc3325f516386dfd299758dfab8668d1ae6d9028;hb=224d6b313acf206e754e8ca1678893c387074be9;hp=9ae5ce0c539239bc563508deaad15b6fb5e5bdd5;hpb=35190cea6dda6d65537b110f82a5d3f5277bd94c;p=m_librarian.git diff --git a/m_librarian/db.py b/m_librarian/db.py index 9ae5ce0..fc3325f 100755 --- a/m_librarian/db.py +++ b/m_librarian/db.py @@ -53,7 +53,7 @@ class Book(SQLObject): series = UnicodeCol(notNull=True) ser_no = IntCol() archive = StringCol(notNull=True) - file = StringCol(notNull=True) + file = UnicodeCol(notNull=True) size = IntCol(notNull=True) lib_id = StringCol(notNull=True) deleted = BoolCol(notNull=True)