Merge branch 'master' into gtk3

This commit is contained in:
Eric Le Lay 2017-04-09 10:01:29 +02:00
commit 070db21f05
1 changed files with 2 additions and 1 deletions

View File

@ -165,7 +165,8 @@ def initialize_database(db):
current_position INTEGER NOT NULL DEFAULT 0,
current_position_updated INTEGER NOT NULL DEFAULT 0,
last_playback INTEGER NOT NULL DEFAULT 0,
payment_url TEXT NULL DEFAULT NULL
payment_url TEXT NULL DEFAULT NULL,
description_html TEXT NOT NULL DEFAULT ''
)
""")