Added alternate title.

This commit is contained in:
Raoul Snyman 2010-04-09 19:36:10 +02:00
parent 66d3c3c1bf
commit a4443cd44d
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ create_statements = [
id INTEGER NOT NULL,
song_book_id INTEGER,
title VARCHAR(255) NOT NULL,
alternate_title VARCHAR(255),
lyrics TEXT NOT NULL,
verse_order VARCHAR(128),
copyright VARCHAR(255),