mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
Remove dead js collection migrator code in tomahawk.js
This commit is contained in:
@@ -1275,11 +1275,6 @@ Tomahawk.Collection = {
|
|||||||
"FOREIGN KEY(artistId) REFERENCES artists(_id)," +
|
"FOREIGN KEY(artistId) REFERENCES artists(_id)," +
|
||||||
"FOREIGN KEY(albumId) REFERENCES albums(_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]);
|
resolve(collection.cachedDbs[id]);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user