mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 06:04:05 +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