misc/migration/2.39.0_Any.py
author Stephanie Marcu <stephanie.marcu@logilab.fr>
Wed, 18 Mar 2009 15:09:31 +0100
changeset 1117 20a21b3153b0
parent 0 b97547f5f1fa
permissions -rw-r--r--
define an IFRAME function to fix a bug on IE6 and IE7 to avoid to open a new window

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