zulip/zephyr/migrations
Zev Benjamin a3a1e8f351 [schema] Update our full text search vector and index asynchronously
We now write the fact that a message was created or updated to a log
table and actually update the tsvector asynchronously from a worker
process.

This also means that when running locally, one now needs to run the
process_fts_updates script in order to have new messages indexed for
full text search.

(imported from commit ebb11b08d30be2a45242dafe146e8e861a0f050a)
2013-07-30 18:13:05 -04:00
..
0001_initial.py [manual] Excise South migrations prior to the User merge. 2013-05-20 23:29:54 -04:00
0017_auto__add_field_subscription_color.py Update subscription color migration to run on sqlite. 2013-04-04 15:25:43 -04:00
0018_auto__add_unique_userprofile_email.py [South] [schema] Add an index on Userprofile.email. 2013-04-04 15:45:42 -04:00
0019_auto__add_field_userprofile_tutorial_status.py [schema][manual] Automatically subscribe users to default streams only after tutorial 2013-04-04 17:11:39 -04:00
0020_set_tutorial_finished.py [schema][manual] Automatically subscribe users to default streams only after tutorial 2013-04-04 17:11:39 -04:00
0021_auto__add_field_subscription_notifications.py [South] Migration to add notifications to Subscription table 2013-04-10 16:11:27 -04:00
0022_create_humbug_search_config.py [schema] [manual] Create a Postgres text search configuration for use with Humbug 2013-04-27 20:06:26 -04:00
0023_rebuild_search_tsvector.py [schema] [manual] Rebuild search_tsvector and change its update trigger 2013-04-29 13:58:20 -04:00
0024_create_escape_html_function.py [schema] Return highlighted subject and content from get_old_messages() when doing a search 2013-04-30 11:40:27 -04:00
0025_auto__add_field_userprofile_enable_sounds.py [schema] Add a enable_sounds field to UserProfile 2013-05-03 15:08:49 -07:00
0026_auto__add_field_userprofile_enable_offline_email_notifications__add_fi.py [schema] Add database fields for offline email notifications and timestamp 2013-05-09 10:35:48 -04:00
0027_auto__add_field_userprofile_is_bot__add_field_userprofile_bot_owner.py [schema] Add support for bot users 2013-05-11 02:38:32 -04:00
0028_auto__add_field_userprofile_onboarding_steps.py Fix the record of the current schema in migration 0028. 2013-05-21 14:13:02 -04:00
0029_auto__add_field_message_last_edit_time__add_field_message_edit_history.py [schema] Record and display whether a message was edited. 2013-05-24 21:23:55 -04:00
0030_auto__chg_field_userprofile_last_reminder.py [schema] Make last_reminder field nullable 2013-05-24 21:23:58 -04:00
0031_auto__add_field_userprofile_rate_limits.py [schema] Add a rate_limits column on UserProfile 2013-06-04 09:43:09 -04:00
0032_auto__add_field_userprofile_avatar_source.py [schema] Add avatar_source column to UserProfile. 2013-06-12 15:34:40 -04:00
0033_remove_postgres_zephyr_message_full_text_idx.py [schema] Remove old Postgres full text index 2013-06-21 10:58:40 -04:00
0034_change_search_stopwords.py [schema] Use custom stopwords file for full text search 2013-06-27 14:18:53 -04:00
0035_auto__add_field_userprofile_is_superuser.py [schema] Add PermissionsMixin to UserProfile 2013-07-08 17:07:55 -04:00
0036_async_fts_update.py [schema] Update our full text search vector and index asynchronously 2013-07-30 18:13:05 -04:00
__init__.py Include autogenerated initial migrations for South. 2013-01-08 18:14:39 -05:00