This commit is contained in:
2024-01-06 15:10:39 -05:00
parent abc547c642
commit 7fad640cca
7 changed files with 252 additions and 97 deletions

View File

@ -9,9 +9,6 @@ module.exports = {
primaryKey: true,
type: Sequelize.INTEGER
},
torrent_id: {
type: Sequelize.STRING
},
hashString: {
type: Sequelize.STRING
},