correct missing column in schema

This commit is contained in:
Eric Le Lay 2017-04-09 09:21:00 +02:00
parent ada1cb9348
commit 89a4f0511a
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 ''
)
""")