misc/migration/2.39.0_Any.py
author Laure Bourgois <Laure.Bourgois@logilab.fr>
Wed, 28 Jan 2009 16:49:57 +0100
changeset 501 567e85e646d8
parent 0 b97547f5f1fa
permissions -rw-r--r--
removing OWLView from this file (in order to put OWLView into owl module)

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()