Undid gratuitous whitespace changes.
- Legacy-Id: 6282
This commit is contained in:
parent
2f1edc3d68
commit
ea9d075801
|
@ -7,13 +7,13 @@ from django.db import models
|
|||
class Migration(SchemaMigration):
|
||||
|
||||
def forwards(self, orm):
|
||||
|
||||
|
||||
# Adding field 'Session.short'
|
||||
db.add_column('meeting_session', 'short', self.gf('django.db.models.fields.CharField')(default='', max_length=32, blank=True), keep_default=False)
|
||||
|
||||
|
||||
def backwards(self, orm):
|
||||
|
||||
|
||||
# Deleting field 'Session.short'
|
||||
db.delete_column('meeting_session', 'short')
|
||||
|
||||
|
|
Loading…
Reference in a new issue