Skip to content
Snippets Groups Projects
Commit cbd5fda7 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Add internal_note field to Show model.

parent c5f516bc
No related branches found
No related tags found
No related merge requests found
......@@ -215,6 +215,7 @@ class Show(models.Model):
default_playlist_id = models.IntegerField(blank=True, null=True)
is_active = models.BooleanField(default=True)
is_public = models.BooleanField(default=False)
internal_note = models.TextField(blank=True, null=True)
class Meta:
ordering = ("slug",)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment