misc/migration/2.39.0_Any.py
author sylvain.thenault@logilab.fr
Wed, 11 Mar 2009 23:28:31 +0100
branchtls-sprint
changeset 1084 98cd7c5cea4c
parent 0 b97547f5f1fa
permissions -rw-r--r--
rewrite inline edition form to use new form system (proof of concept, require the edition form working which is not yet done)

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