jump to first page for new searches, or if o not in range, fix highlightText
This commit is contained in:
parent
36dfdcaa50
commit
5c247d77ed
4 changed files with 18 additions and 5 deletions
|
|
@ -63,6 +63,7 @@ class ArchiveItem(SQLObject):
|
|||
ALTER TABLE archive_item ADD FULLTEXT (title, description, text);
|
||||
ALTER TABLE archive_item CHANGE size size bigint;
|
||||
ALTER TABLE archive_item CHANGE html html longtext;
|
||||
ALTER TABLE archive_item CHANGE description description longtext;
|
||||
ALTER TABLE archive_item CHANGE text text longtext;
|
||||
'''
|
||||
hashId = UnicodeCol(alternateID = True, length=128)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue