misc/migration/3.7.2_Any.py
branchstable
changeset 5015 55e2602545cd
parent 5013 ad91f93bbb93
--- 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)')