From 9b484f3f18c7fb4c6d85cb696999271c993e9753 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 12 Jan 2025 00:42:57 -0500 Subject: Updated packages; Docker support for web; Fixed issues with author image --- models/quote.js | 8 -------- 1 file changed, 8 deletions(-) (limited to 'models/quote.js') 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 -- cgit v1.2.3