zulip/zerver/migrations
Kate Buckner 4d0f7c7ea4 Add a user-visible setting for 24-hour time display.
(imported from commit d934824fd6b72e64a455aac9ff4585b262145f02)
2015-08-20 17:33:16 -07:00
..
0001_initial.py
0017_auto__add_field_subscription_color.py
0018_auto__add_unique_userprofile_email.py
0019_auto__add_field_userprofile_tutorial_status.py
0020_set_tutorial_finished.py
0021_auto__add_field_subscription_notifications.py
0022_create_humbug_search_config.py
0023_rebuild_search_tsvector.py
0024_create_escape_html_function.py
0025_auto__add_field_userprofile_enable_sounds.py
0026_auto__add_field_userprofile_enable_offline_email_notifications__add_fi.py
0027_auto__add_field_userprofile_is_bot__add_field_userprofile_bot_owner.py
0028_auto__add_field_userprofile_onboarding_steps.py
0029_auto__add_field_message_last_edit_time__add_field_message_edit_history.py
0030_auto__chg_field_userprofile_last_reminder.py
0031_auto__add_field_userprofile_rate_limits.py
0032_auto__add_field_userprofile_avatar_source.py
0033_remove_postgres_zephyr_message_full_text_idx.py
0034_change_search_stopwords.py
0035_auto__add_field_userprofile_is_superuser.py
0036_async_fts_update.py
0037_auto__add_field_preregistrationuser_realm.py
0038_auto__add_referral__add_field_userprofile_invites_granted__add_field_u.py
0039_rename_database_tables.py
0040_auto__add_field_stream_email_token.py
0041_auto__chg_field_stream_email_token.py
0042_auto__add_realmemoji__add_unique_realmemoji_realm_name.py
0043_auto__add_field_userprofile_alert_words.py
0044_auto__add_useractivityinterval.py
0045_auto__add_field_userprofile_muted_topics.py
0046_auto__add_field_realm_date_created.py
0047_auto__add_field_stream_date_created.py
0048_auto__add_field_realm_notifications_stream.py
0049_auto__chg_field_stream_name.py
0050_auto__add_appledevicetoken.py
0051_auto__add_field_realm_name.py
0052_subject_case_index.py
0053_stream_name_case_index.py
0054_auto__add_field_userprofile_enable_offline_push_notifications.py
0055_auto__add_field_appledevicetoken_last_updated.py
0056_auto__del_field_usermessage_archived.py
0057_auto__add_realmalias.py
0058_auto__add_scheduledjob.py
0059_auto__add_field_userprofile_enable_digest_emails.py [schema] add boolean field enable_digest_emails to UserProfile. 2013-12-02 18:58:03 -05:00
0060_auto__add_realmfilter__add_unique_realmfilter_realm_pattern.py [schema] Add data model for managing realm filters via the database. 2013-12-11 14:39:09 -05:00
0061_auto__add_pushdevicetoken.py [schema] Modify device token to support both iOS and Android 2013-12-11 15:37:47 -05:00
0062_auto__add_field_userprofile_autoscroll_forever.py [schema] Add enable_autoscroll_past_unread setting 2013-12-13 11:50:03 -05:00
0063_auto__add_field_realm_deactivated.py [schema] Add a deactivated field to Realm. 2014-01-07 20:24:20 -05:00
0064_auto__add_field_userprofile_is_mirror_dummy.py [schema] Add a bit for whether inactive users are mirror dummies. 2014-01-09 11:08:35 -05:00
0065_auto__add_field_userprofile_default_desktop_notifications.py [schema] Add an per-user option to disable notification on new streams 2014-01-16 20:13:34 -05:00
0066_auto__add_field_stream_description.py [schema] Add description to streams and display it 2014-01-24 14:47:44 -05:00
0067_auto__add_field_stream_deactivated.py Add missing stream field to schema migration 0067. 2014-02-05 13:35:41 -05:00
0068_auto__add_field_message_has_attachment__add_field_message_has_image__a.py [schema] Add has_attachment/has_image/has_link to Message. 2014-03-01 12:41:00 -05:00
0069_create_zerver_message_indices.py [schema] Create new Message indices for development machines 2014-03-01 12:41:45 -05:00
0070_auto__add_field_userprofile_enable_stream_desktop_notifications__add_f.py [schema] Add separate notification settings for streams. 2014-03-03 16:08:30 -05:00
0071_auto__add_field_subscription_desktop_notifications__add_field_subscrip.py [schema] Split Subscription notifications field into audible + desktop. 2014-03-03 16:08:31 -05:00
0072_auto__add_field_userprofile_default_sending_stream.py [schema] Add a default to stream option to user profile 2014-03-05 14:16:18 -05:00
0073_auto__add_field_userprofile_default_events_register_stream__add_field_.py [schema] Add default user_profile options for register events 2014-03-05 14:16:18 -05:00
0074_turn_off_gin_fast_update_for_zephyr_message_search_tsvector.py [manual] Turn off GIN fast update for zephyr_message_search_tsvector 2014-05-20 22:38:48 -07:00
0075_auto__add_field_pushdevicetoken_ios_app_id.py Add an optional ios_app_id field to PushDeviceToken 2015-02-11 06:57:22 +00:00
0076_auto__add_field_realm_invite_required.py Allow adding users to realms more easily in Dev VM. 2015-08-19 22:24:53 -07:00
0077_auto__add_field_realm_mandatory_topics.py Add mandatory topics as a realm option. 2015-08-20 15:29:45 -07:00
0078_auto__add_field_realm_show_digest_email.py Add realm option to show or not show digest e-mail. 2015-08-20 15:29:45 -07:00
0079_auto__add_field_realm_invite_by_admins_only.py Add feature where only admins can invite new users. 2015-08-20 15:29:46 -07:00
0080_auto__add_field_realm_name_changes_disabled.py Add name_changes_disabled realm field. 2015-08-20 15:29:46 -07:00
0081_auto__add_field_userprofile_twenty_four_hour_time.py Add a user-visible setting for 24-hour time display. 2015-08-20 17:33:16 -07:00
__init__.py