remove todo

This commit is contained in:
Nazar Kanaev 2021-04-07 15:39:37 +01:00
parent 2c12875199
commit 1ea8160f7d

View File

@ -242,7 +242,6 @@ func m04_item_podcasturl(tx *sql.Tx) error {
return err
}
// TODO: description -> content
func m05_move_description_to_content(tx *sql.Tx) error {
sql := `
update items set content=description