mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-07-26 22:04:07 +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