This website requires JavaScript.
Explore
Help
Sign in
public-mirrors
/
NewsBlur
Watch
1
Star
0
Fork
You've already forked NewsBlur
0
mirror of
https://github.com/samuelclay/NewsBlur.git
synced
2025-09-18 21:50:56 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d167788f29
NewsBlur
/
apps
/
rss_feeds
/
migrations
History
Samuel Clay
fc8b2bd4ec
First half of story hash migration. Setting up unique sparse index, then migration to calculate hashes for every story.
2013-02-20 15:42:40 -08:00
..
0001_initial.py
0002_page_data.py
0003_remove_page_data.py
0004_popular_tags.py
0005_popular_authors.py
0006_feed_fetch_history.py
0007_page_history.py
0008_story_author.py
0009_story_author_name.py
0010_stories_per_month.py
0011_fetched_once.py
0012_remove_storiespermonth.py
0013_story_count_history.py
0014_count_story_histories.py
0015_has_exception.py
0016_duplicate_feeds.py
0017_exception_code.py
0018_page_and_feed_exceptions.py
0019_remove_Tag.py
0020_updated.py
0021_index_dates.py
0022_index_exceptions.py
0023_queued_date.py
0024_active_subscribers.py
0025_etag_length.py
0026_feed_loadtimes.py
0027_remove_default_date.py
0028_premium_subscribers.py
0029_premium_null.py
0030_dupe_feed_id.py
0031_min_to_decay.py
0032_indexes_on_feeds.py
0033_feed_data.py
0034_feed_data_populate.py
0035_remove_feed_data_from_feeds.py
0036_drop_stories.py
0037_remove_story_author.py
0038_remove_feedxml.py
0039_feedicon.py
0040_null_icon_data.py
0041_deuniqueify_feed_address_on_dupes.py
0042_feed_classifier_counts.py
0043_favicon_color.py
0044_favicon_color.py
0045_delete_feedicon.py
0046_remove_feedhistory.py
0047_feed_link_locked.py
0048_has_page.py
0049_lock_feed_address_and_hash.py
0050_save_hash.py
0051_unique_hash.py
0052_active_premium.py
0053_known_good.py
0054_push.py
0055_starred_story_permalinks.py
Migration to fix starred stories with incorrectly double-encoded url strings.
2012-04-09 14:32:57 -07:00
0056_address_index.py
Adding index to feed address. This will speed up imports.
2012-04-19 12:13:35 -07:00
0057_dupe_feed_link.py
Fixing feed update times for inactive feeds to never go inadctive but to instead go into geometrically longer feed fetches.
2012-08-09 13:26:52 -07:00
0058_errors_since_good.py
Fixing feed update times for inactive feeds to never go inadctive but to instead go into geometrically longer feed fetches.
2012-08-09 13:26:52 -07:00
0059_s3_pages_and_icons.py
Migration for s3 flags for pages + icons.
2012-09-18 17:09:20 -07:00
0060_feedloadtime.py
Removing feedloadtime and hide_mobile in db.
2012-10-23 17:55:09 -07:00
0061_address_length.py
Migration to increase max length of feed address.
2012-12-25 14:58:59 -08:00
0062_dupe_feed_maxlen.py
Bumping up duplicate address length for feeds.
2013-01-07 16:35:29 -08:00
0063_story_hash.py
First half of story hash migration. Setting up unique sparse index, then migration to calculate hashes for every story.
2013-02-20 15:42:40 -08:00
__init__.py