Skip to content

Commit

Permalink
Add dud as valid content format
Browse files Browse the repository at this point in the history
It stands for Driver Update Disk. Staging and production servers were
updated already, this is only a fix so that if we ever need to recreate
the database from scratch it will automatically created again.

JIRA: PDC-932
  • Loading branch information
lubomir committed Aug 18, 2015
1 parent d64f808 commit 39ad0eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pdc/apps/repository/migrations/0002_auto_20150512_0724.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ def create_content_format(apps, schema_editor):
{
'description': 'Docker image content format',
'name': 'docker'
},
{
'description': 'Driver Update Disk',
'name': 'dud'
}
])

Expand Down

0 comments on commit 39ad0eb

Please sign in to comment.