misc/migration/3.20.7_Any.py
author Rémi Cardona <remi.cardona@logilab.fr>
Thu, 02 Jul 2015 12:19:49 +0200
changeset 10483 c8dbb845b465
parent 10328 d7ff46d958f4
permissions -rw-r--r--
[migration/3.21] Make index and table creation idempotent
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10328
d7ff46d958f4 [postgres] fix limit_size regexp to properly remove one char tags like <p>.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     1
if repo.system_source.dbdriver == 'postgres':
d7ff46d958f4 [postgres] fix limit_size regexp to properly remove one char tags like <p>.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     2
    install_custom_sql_scripts()