zulip/zephyr/migrations
Tim Abbott 8479b4f0cd [schema] Record and display whether a message was edited.
We also record the historical edits to the message in this JSON format:

 [{"prev_content": "new test message 14", "timestamp": 1369157249},
  {"prev_content": "new test message 13", "timestamp": 1369157118}]

but we don't actually do anything with the information as of yet.

(imported from commit 2d5ca449b87b33ad035ab0e076a22e150c8e7267)
2013-05-24 21:23:55 -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
__init__.py Include autogenerated initial migrations for South. 2013-01-08 18:14:39 -05:00