Commit graph

7 commits

Author SHA1 Message Date
j
4219246909 db migration 2016-02-20 15:15:01 +05:30
j
e738503380 remove old migrations 2016-02-19 15:17:18 +00:00
rolux
4ed2d940cf migrate annotation sequence in item not annotation 2015-10-12 15:24:03 +01:00
4f064fda76 Make Annotation.public_id non-NULLable (fixes #2829)
This fixes this race:

     request 1                          request 2
     -----------------------------      -------------------------
     addAnnotation(...)
     super(Annotation.self).save()
                                        findAnnotations(...)
                                        returns [{id: null, ...}]
     annotation.public_id = x
     returns {id: x}
2015-09-14 14:18:10 +02:00
j
dceb917316 add per annotation languages 2014-07-23 17:26:23 +02:00
j
5392750348 fix inital database creation 2012-11-27 16:10:17 +01:00
j
2c07dedac0 add south migrations, convert update to python 2012-11-02 13:41:41 +01:00