server/test/data/migratedapp/schema.py
branch3.5
changeset 3134 3cda74b5534c
parent 2967 e7d348134006
child 3543 ed152fe5aa8b
--- a/server/test/data/migratedapp/schema.py	Wed Sep 09 13:58:29 2009 +0200
+++ b/server/test/data/migratedapp/schema.py	Wed Sep 09 14:38:50 2009 +0200
@@ -50,9 +50,9 @@
                                              'PE require_permission P, P name "add_note", '
                                              'P require_group G'),)}
 
+    whatever = Int()  # keep it before `date` for unittest_migraction.test_add_attribute_int
     date = Datetime()
     type = String(maxsize=1)
-    whatever = Int()
     mydate = Date(default='TODAY')
     shortpara = String(maxsize=64)
     ecrit_par = SubjectRelation('Personne', constraints=[RQLConstraint('S concerne A, O concerne A')])