remove todo
This commit is contained in:
parent
2c12875199
commit
1ea8160f7d
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue