aboutsummaryrefslogtreecommitdiff
path: root/models
diff options
context:
space:
mode:
Diffstat (limited to 'models')
-rw-r--r--models/quote.js8
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