forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add entry for www/py-flexget version 1.0.r1683
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|