author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Thu, 25 Mar 2010 14:25:44 +0100 | |
branch | stable |
changeset 5015 | 55e2602545cd |
parent 5014 | 96bb4e7e3348 |
child 5016 | b3b0b808a0ed |
child 5018 | 2f2d9bc6dca4 |
--- a/misc/migration/3.7.2_Any.py Thu Mar 25 14:00:01 2010 +0100 +++ b/misc/migration/3.7.2_Any.py Thu Mar 25 14:25:44 2010 +0100 @@ -1,2 +1,2 @@ -sql('DROP FUNCTION IF EXISTS _fsopen') -sql('DROP FUNCTION IF EXISTS fspath') +sql('DROP FUNCTION IF EXISTS _fsopen(bytea)') +sql('DROP FUNCTION IF EXISTS fspath(bigint, text, text)')