mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-04-26 16:14:06 +00:00
added playlist name in storage
This commit is contained in:
@@ -12,6 +12,9 @@ module.exports = {
|
||||
playlistID: {
|
||||
type: Sequelize.STRING
|
||||
},
|
||||
playlistName: {
|
||||
type: Sequelize.STRING
|
||||
},
|
||||
userID: {
|
||||
type: Sequelize.STRING
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user