misc/migration/2.39.0_Any.py
author Arthur Lutz <arthur.lutz@logilab.fr>
Tue, 10 Feb 2009 18:12:10 +0100 (2009-02-10)
changeset 592 aae01d81c713
parent 0 b97547f5f1fa
permissions -rw-r--r--
have navigation on top and bottom of search results
try:
    # missing on some old databases
    sql('CREATE INDEX entities_extid_idx ON entities(extid)')
except:
    pass # already exists
checkpoint() 
sql('CREATE INDEX entities_type_idx ON entities(type)')
checkpoint()