diff options
author | lioux <lioux@FreeBSD.org> | 2010-12-05 17:20:00 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2010-12-05 17:20:00 +0800 |
commit | 1ce8ed3bd6d18f0fad91baf77aaa027c91020763 (patch) | |
tree | 2aade3010ffef4d828dd5972426a5e709f6b71d8 /UPDATING | |
parent | e89f5e0577c72e3b5dbb7682c9c3f2a85899e84a (diff) | |
download | freebsd-ports-gnome-1ce8ed3bd6d18f0fad91baf77aaa027c91020763.tar.gz freebsd-ports-gnome-1ce8ed3bd6d18f0fad91baf77aaa027c91020763.tar.zst freebsd-ports-gnome-1ce8ed3bd6d18f0fad91baf77aaa027c91020763.zip |
Add entry for www/py-flexget version 1.0.r1683
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |