NewsBlur/apps/rss_feeds/migrations
2011-01-17 23:24:30 -05:00
..
0001_initial.py Adding migrations. Yay for South 2010-06-11 16:58:07 -04:00
0002_page_data.py Fixing migration to handle loads of data. 2010-06-27 21:31:53 -04:00
0003_remove_page_data.py Fixing missing page_data errors. 2010-06-27 22:40:22 -04:00
0004_popular_tags.py Removing 2 bigger JOINs that were slowing down feed loading. 2010-07-01 15:16:33 -04:00
0005_popular_authors.py Removing 2 bigger JOINs that were slowing down feed loading. 2010-07-01 15:16:33 -04:00
0006_feed_fetch_history.py Feed fetch history instrumentation. 2010-07-06 13:21:12 -04:00
0007_page_history.py Adding page fetching history. Also denormaling story authors. 2010-07-08 11:37:54 -04:00
0008_story_author.py Adding page fetching history. Also denormaling story authors. 2010-07-08 11:37:54 -04:00
0009_story_author_name.py Dropping a bunch of extra postgres tables. 2011-01-17 23:20:25 -05:00
0010_stories_per_month.py Intelligence Trainer. A whopper of a commit. 2010-08-01 19:12:49 -04:00
0011_fetched_once.py 1) Adding new feed story counter. 2) Adding feed fethed initially status. Useful for displaying percentages of fetched feeds for new users. 3) Fade in with loader on feed list. 2010-08-09 20:44:46 -04:00
0012_remove_storiespermonth.py Finishing up statistics graphs. Using Flot instead of Raphael. Added a migration to change how stories are counted. 2010-08-13 10:43:48 -04:00
0013_story_count_history.py Story count histories. +migrations 2010-08-13 11:03:07 -04:00
0014_count_story_histories.py Typo in story count history migration. 2010-08-13 11:05:52 -04:00
0015_has_exception.py Adding exception handling UI. Also disabled feeds that are just chock full of exceptions. No need to continually fetch buggy feeds. Still need to figure out a way to let users fix problematic feeds, but letting them know is an improvement. 2010-08-18 20:35:45 -04:00
0016_duplicate_feeds.py Adding a duplicate feed table so future duplicates will be caught and corrected. 2010-08-19 10:43:07 -04:00
0017_exception_code.py Adding all exception handling fields. Also using exception status in the dialog. 2010-08-25 20:43:35 -04:00
0018_page_and_feed_exceptions.py Adding granular recommendations to feed/page exceptions. 2010-08-26 10:04:32 -04:00
0019_remove_Tag.py Removing Tag relationships. 2010-09-01 18:19:15 -04:00
0020_updated.py Last_update is now last fetch, not last modification. More accurate last updated dates in Reader. 2010-09-07 13:53:37 -07:00
0021_index_dates.py Adding indexes to dates on models. 2010-09-08 10:52:04 -07:00
0022_index_exceptions.py Adding indexes to dates on models. 2010-09-08 10:52:04 -07:00
0023_queued_date.py Queue date for feeds for better metrics. 2010-09-08 13:58:05 -07:00
0024_active_subscribers.py Counting only active subscribers in prep for turning off feed fetching for inactive users. 2010-09-17 12:42:44 -04:00
0025_etag_length.py Fixing etag max_length, whcih was too short for certain websites and their giant-ass etags. 2010-09-17 13:06:28 -04:00
0026_feed_loadtimes.py Adding munin graphs for feed loadtimes: averages, min, and max for the past hour and day. Going to be beautiful. 2010-09-23 10:29:18 -04:00
0027_remove_default_date.py Changing default dates for feed models. 2010-10-02 17:16:01 -04:00
0028_premium_subscribers.py Adding premium subscriber counts for all feeds. Still need to auto-update it when old usrs turn active again. 2010-10-06 10:21:14 -04:00
0029_premium_null.py Null premium subscribers is OK. 2010-10-16 22:27:36 -04:00
0030_dupe_feed_id.py Fixing how duplicate feeds are handled and found. When a subscription is not found, check for duplicate feeds and then switch accordingly. When merging feeds, don't forget to bring along the dupe feed's dupe feeds. 2010-11-09 09:55:44 -05:00
0031_min_to_decay.py Making the min_to_decay data migration much faster. 2011-01-15 19:12:11 -05:00
0032_indexes_on_feeds.py Updating timezones to be django 1.3 compliant. Also adding index to active and active_subs fields on feeds table. 2011-01-17 13:52:25 -05:00
0033_feed_data.py Adding FeedData table to remove the extra text heavy ifnormation from the already too-cluttered Feed table. 2011-01-17 20:23:29 -05:00
0034_feed_data_populate.py Moving text fields from Feed to FeedData. Migration includes deletion of old fields on Feed, now unused. 2011-01-17 22:48:38 -05:00
0035_remove_feed_data_from_feeds.py Moving text fields from Feed to FeedData. Migration includes deletion of old fields on Feed, now unused. 2011-01-17 22:48:38 -05:00
0036_drop_stories.py Dropping a bunch of extra postgres tables. 2011-01-17 23:20:25 -05:00
0037_remove_story_author.py Removing many psql tables that no longer do anything. 2011-01-17 23:24:30 -05:00
0038_remove_feedxml.py Removing many psql tables that no longer do anything. 2011-01-17 23:24:30 -05:00
__init__.py Adding migrations. Yay for South 2010-06-11 16:58:07 -04:00