misc/migration/3.7.2_Any.py
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 06 Sep 2011 15:29:05 +0200 (2011-09-06)
branchstable
changeset 7765 6f6253e44bdd
parent 5015 55e2602545cd
permissions -rw-r--r--
devtools: Fix cleanup of temporary database (closes #1908656) The stored database path for clean up was not absolute. We now make the ``db-name`` absolute at database manade initialization. before storing the name for cleanup.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5015
55e2602545cd fix migration script
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 5013
diff changeset
     1
sql('DROP FUNCTION IF EXISTS _fsopen(bytea)')
55e2602545cd fix migration script
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 5013
diff changeset
     2
sql('DROP FUNCTION IF EXISTS fspath(bigint, text, text)')