server/schemaserial.py
changeset 8986 f094b72d3a6c
parent 8945 ba9e3fbfa5a5
child 9255 46f41c3e1443
--- a/server/schemaserial.py	Wed May 22 06:30:16 2013 +0200
+++ b/server/schemaserial.py	Fri May 03 17:26:23 2013 +0200
@@ -202,6 +202,8 @@
         extra_props = dict(session.execute('Any X, XTP WHERE X is CWAttribute, '
                                            'X extra_props XTP'))
     except Exception:
+        session.critical('Previous CRITICAL notification about extra_props is not '
+                         'a problem if you are migrating to cubicweb 3.17')
         extra_props = {} # not yet in the schema (introduced by 3.17 migration)
     for values in session.execute(
         'Any X,SE,RT,OE,CARD,ORD,DESC,IDX,FTIDX,I18N,DFLT WHERE X is CWAttribute,'