Skip to content

Commit

Permalink
Add entry for www/py-flexget version 1.0.r1683
Browse files Browse the repository at this point in the history
  • Loading branch information
lioux authored and lioux committed Dec 5, 2010
1 parent e89f5e0 commit 1ce8ed3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions UPDATING
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]

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: [email protected]
Expand Down

0 comments on commit 1ce8ed3

Please sign in to comment.