Not necessary
This commit is contained in:
parent
d488c1e021
commit
2ec9449e38
1 changed files with 0 additions and 1 deletions
|
@ -158,7 +158,6 @@ class AdditionalSpeaker(models.Model):
|
||||||
status = models.IntegerField(choices=SPEAKING_STATUS, default=SPEAKING_STATUS_PENDING)
|
status = models.IntegerField(choices=SPEAKING_STATUS, default=SPEAKING_STATUS_PENDING)
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
db_table = "proposals_proposalbase_additional_speakers"
|
|
||||||
unique_together = ("speaker", "proposalbase")
|
unique_together = ("speaker", "proposalbase")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue