1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-21 08:21:54 +02:00

Remove dead js collection migrator code in tomahawk.js

This commit is contained in:
Enno Gottschalk 2015-10-26 22:04:13 +01:00
parent 7316557920
commit 2bb787b930

View File

@ -1275,11 +1275,6 @@ Tomahawk.Collection = {
"FOREIGN KEY(artistId) REFERENCES artists(_id)," +
"FOREIGN KEY(albumId) REFERENCES albums(_id))", []);
});
//m.migration(2, function (tx) {
// //Tomahawk.log("Migrating to db version 2");
//});
m.execute();
}
resolve(collection.cachedDbs[id]);
});