[Models] Don't all null values for scope
commita845d599ebbb87a0c73f334cce50094126f09b3a
authorStefan Kögl <stefan@skoegl.net>
Mon, 16 Jun 2014 21:31:43 +0000 (16 23:31 +0200)
committerStefan Kögl <stefan@skoegl.net>
Mon, 16 Jun 2014 21:31:43 +0000 (16 23:31 +0200)
tree83c7521a6a06d58c5ff1929fb0cb56b1d4bb3db2
parenta74b76ebb23d3b149fe712022090c90f51ebae4a
[Models] Don't all null values for scope

Null does not equal Null in SQL, and can therefore not be used in unique
constraints. An empty string will be used instead.
mygpo/maintenance/migrate.py
mygpo/podcasts/migrations/0015_auto_20140616_2126.py [new file with mode: 0644]
mygpo/podcasts/models.py