diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-01-12 00:42:57 -0500 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-01-12 00:42:57 -0500 |
| commit | 9b484f3f18c7fb4c6d85cb696999271c993e9753 (patch) | |
| tree | 015e8191749291080768e07858004683c7a24be0 /models | |
| parent | 7e65ae0e135098acad76b8081f34478b4efc077f (diff) | |
| download | AleeBot-9b484f3f18c7fb4c6d85cb696999271c993e9753.tar.gz AleeBot-9b484f3f18c7fb4c6d85cb696999271c993e9753.tar.bz2 AleeBot-9b484f3f18c7fb4c6d85cb696999271c993e9753.zip | |
Updated packages; Docker support for web; Fixed issues with author image
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 |
