.. |
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
|
Adding new feeds db column 'known_good', for forcing updates of feeds that were once good but are now throwing 500s.
|
2012-02-01 17:59:46 -08:00 |
0054_push.py
|
Adding subscription callbacks for PuSH.
|
2012-03-27 16:26:07 -07:00 |
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_pgsql_index_trim.py
|
Removing unused indexes.
|
2013-03-29 20:24:06 -07:00 |
0064_active_subs_index.py
|
Returning index on active subs.
|
2013-03-29 21:48:38 -07:00 |
0065_queued_and_last_date_indexes.py
|
Adding two indexes and killing one unused one from feeds.
|
2013-03-29 22:11:36 -07:00 |
0066_feed_hash_index.py
|
Removing unused feed hash index (keeping the unique constraint).
|
2013-03-29 22:41:16 -07:00 |
0067_feed_next_update_redis.py
|
Renaming redis feed pool to redis feed update pool in prep for redis feed sub pool.
|
2015-07-27 18:35:25 -07:00 |
0068_last_story_date.py
|
Adding metric for last story date, used to calculate next scheduled update.
|
2013-04-23 17:04:21 -07:00 |
0069_story_hash_fields.py
|
Switching to real prod database for migration.
|
2013-04-29 18:05:33 -07:00 |
0070_commentless.py
|
Migrating comment feeds to non-comment feeds.
|
2013-05-07 15:37:36 -07:00 |
0071_commentless2.py
|
Migrating comment feeds to non-comment feeds.
|
2013-05-07 15:37:36 -07:00 |
0072_search_indexed.py
|
Default null for new search indexed field for backwards compatibility.
|
2014-04-15 15:08:10 -07:00 |
__init__.py
|
|
|