From 1ce8ed3bd6d18f0fad91baf77aaa027c91020763 Mon Sep 17 00:00:00 2001 From: lioux Date: Sun, 5 Dec 2010 09:20:00 +0000 Subject: Add entry for www/py-flexget version 1.0.r1683 --- UPDATING | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index cc5b25ce4512..68707d6bb8f1 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,22 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20101205: + AFFECTS: users of www/py-flexget + AUTHOR: lioux@FreeBSD.org + + Database schema changes. Please run: + + $ sqlite3 db-config.sqlite "ALTER TABLE thetvdb_favorites ADD series_id VARCHAR;" + $ sqlite3 db-config.sqlite "ALTER TABLE imdb_movies ADD updated DateTime;" + $ sqlite3 db-config.sqlite "ALTER TABLE imdb_movies ADD mpaa_rating VARCHAR;" + + inside flexget configuration directory (~/.flexget) for each + sqlite database you might have. + + Replace "db-config.sqlite" with the appropriate name for your + sqlite database file. + 20101204: AFFECTS: autotools AUTHOR: autotools@FreeBSD.org -- cgit