From 1ea8160f7d5a24a7d90323c5f3b88718b34f28a0 Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Wed, 7 Apr 2021 15:39:37 +0100 Subject: [PATCH] remove todo --- src/storage/migration.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/storage/migration.go b/src/storage/migration.go index e06cfd0..3ff8c07 100644 --- a/src/storage/migration.go +++ b/src/storage/migration.go @@ -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