Comment 4 for bug 963464

Revision history for this message
RJ Skerry-Ryan (rryan) wrote :

Looks good except for one thing:

Could you add to the ALTER TABLE schema statement:

DEFAULT DATETIME('now')

That way older versions of Mixxx that use a DB with schema version 15 won't fail to add songs to playlists b/c they didn't provide the pl_datetime_added column. (Otherwise you would need to change the min_compatible version of the schema).

Go ahead and commit this to trunk once you've done that :).