Changes between Version 67 and Version 68 of SchemaEvolution


Ignore:
Timestamp:
Feb 23, 2012, 2:12:08 PM (12 years ago)
Author:
Spazghost
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SchemaEvolution

    v67 v68  
    7070       
    7171            class Ticket(models.Model):
     72                reporter    = models.EmailField()
    7273                owner       = models.EmailField()
    7374                status      = models.IntegerField(choices=STATUS_CHOICES)
Back to Top