remove item.date_updated, item.description & item.author fields in storage
This commit is contained in:
parent
ecdfcb5017
commit
6acf9af887
4 changed files with 51 additions and 61 deletions
|
|
@ -240,3 +240,6 @@ func m04_item_podcasturl(tx *sql.Tx) error {
|
|||
_, err := tx.Exec(sql)
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
// TODO: description -> content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue