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:
parent
7316557920
commit
2bb787b930
@ -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]);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user