diff options
Diffstat (limited to 'models')
| -rw-r--r-- | models/quote.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/models/quote.js b/models/quote.js index b68dfbc..ceef241 100644 --- a/models/quote.js +++ b/models/quote.js @@ -23,10 +23,6 @@ const quote = sequelize.define('quotes', { type: Sequelize.STRING, allowNull: false }, - url: { - type: Sequelize.STRING, - allowNull: true - }, submitter: { type: Sequelize.STRING, allowNull: false @@ -56,10 +52,6 @@ const pendingQuote = sequelize.define('pending-quotes', { type: Sequelize.STRING, allowNull: false }, - url: { - type: Sequelize.STRING, - allowNull: true - }, submitterAuthor: { type: Sequelize.STRING, allowNull: false |
