# HG changeset patch # User Aurelien Campeas # Date 1390296049 -3600 # Node ID 3809e93c33b881b94c69f5a8be375c19d0c03e6f # Parent 3e6a1791339d3fa00d9e880e498382eec8d380b0 [schema] execute the new stored procs/funcs at migration time (closes #3450368) diff -r 3e6a1791339d -r 3809e93c33b8 misc/migration/3.18.2_Any.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/misc/migration/3.18.2_Any.py Tue Jan 21 10:20:49 2014 +0100 @@ -0,0 +1,2 @@ +install_custom_sql_scripts() +commit()