branch | stable |
changeset 1913 | 7d7bfd30c7f5 |
parent 1869 | 642a1a120a92 |
child 1977 | 606923dff11b |
--- a/server/schemaserial.py Sun May 24 22:41:24 2009 +0200 +++ b/server/schemaserial.py Mon May 25 12:57:19 2009 +0200 @@ -51,7 +51,7 @@ def _set_sql_prefix(prefix): """3.2.0 migration function: allow to unset/reset SQL_PREFIX""" for module in ('checkintegrity', 'migractions', 'schemahooks', - 'sources.rql2sql', 'sources.native'): + 'sources.rql2sql', 'sources.native', 'sqlutils'): try: sys.modules['cubicweb.server.%s' % module].SQL_PREFIX = prefix print 'changed SQL_PREFIX for %s' % module