mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-05 15:39:41 +00:00
Feed and Setting models
This commit is contained in:
parent
bed3758268
commit
c7f457da3e
10 changed files with 236 additions and 10 deletions
|
|
@ -18,7 +18,7 @@ module.exports = (sequelize) => {
|
|||
description: DataTypes.TEXT,
|
||||
pubDate: DataTypes.STRING,
|
||||
enclosureURL: DataTypes.STRING,
|
||||
enclosureLength: DataTypes.BIGINT,
|
||||
enclosureSize: DataTypes.BIGINT,
|
||||
enclosureType: DataTypes.STRING,
|
||||
publishedAt: DataTypes.DATE
|
||||
}, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue