Re-add "published" to Episode database table

Oops. That wasn't planned. It's fixed now, relax.
This commit is contained in:
Thomas Perl 2011-05-02 23:12:45 +02:00
parent 5fa65d84f9
commit 5f2cc57953
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ class Database(object):
'title',
'description',
'url',
'published',
'guid',
'link',
'file_size',