diff --git a/src/AudioTrack.cpp b/src/AudioTrack.cpp index c34c3681f91aecb6c511126c7b4b3bc35be99964..1bda4a5228954a119b1a94b5e11cbdac7ce29e30 100644 --- a/src/AudioTrack.cpp +++ b/src/AudioTrack.cpp @@ -99,7 +99,6 @@ const std::string& AudioTrack::description() const void AudioTrack::createTable( sqlite::Connection* dbConnection ) { - //FIXME: Index on media_id ? Unless it's already implied by the foreign key const std::string req = "CREATE TABLE IF NOT EXISTS " + AudioTrack::Table::Name + "(" + AudioTrack::Table::PrimaryKeyColumn + " INTEGER PRIMARY KEY AUTOINCREMENT,"