diff options
| author | root <root@lalalizard.com> | 2012-12-21 13:53:40 -0500 |
|---|---|---|
| committer | root <root@lalalizard.com> | 2012-12-21 13:53:40 -0500 |
| commit | a46bba98ec68bba9d5ad4cd1980f886ea59054d2 (patch) | |
| tree | 2b782b56d60a6051dc72afe291edb58028740d6a | |
| parent | db1e4fb6a16bec535337916cf5578f2cb0097423 (diff) | |
old_id temporary field
| -rw-r--r-- | backend/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/models.py b/backend/models.py index c29c625..e131f66 100644 --- a/backend/models.py +++ b/backend/models.py @@ -115,6 +115,7 @@ class SJContent(SJUserActivity, SJSettingsModel): room = models.ForeignKey(SJRoom) content_type = models.CharField(max_length=32, choices=CONTENT_TYPE) + old_id = models.IntegerField(default=0, blank=True) class Meta: verbose_name = "SJ Content" |
