zulip/zerver/migrations
Tim Abbott 47500d8352 [schema] Add a bit for whether inactive users are mirror dummies.
(imported from commit bb21bb2c62ac09742484d7a4ca8907e7d864b982)
2014-01-09 11:08:35 -05: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 [manual] Change references to the humbug user, schema, and database to zulip 2013-10-26 04:16:27 -04:00
0023_rebuild_search_tsvector.py [manual] Change references to the humbug user, schema, and database to zulip 2013-10-26 04:16:27 -04:00
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 [manual] Change references to the humbug user, schema, and database to zulip 2013-10-26 04:16:27 -04:00
0035_auto__add_field_userprofile_is_superuser.py
0036_async_fts_update.py [manual] Change references to the humbug user, schema, and database to zulip 2013-10-26 04:16:27 -04:00
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 [schema] Give new realms a default notifications stream, and send signups/creations to it 2013-10-07 15:46:13 -04:00
0049_auto__chg_field_stream_name.py [schema] Increase maximum stream name length to 60. 2013-10-15 09:13:35 -04:00
0050_auto__add_appledevicetoken.py [schema] Add support for keeping track of iOS APNS device tokens 2013-10-16 12:54:28 -04:00
0051_auto__add_field_realm_name.py [schema] Add a name field to zerver_realm. 2013-10-17 13:47:51 -04:00
0052_subject_case_index.py [schema] Add case-insensitive index on message subject field. 2013-10-18 16:38:31 -04:00
0053_stream_name_case_index.py [schema] Add case-insensitive index on stream names. 2013-10-18 16:38:31 -04:00
0054_auto__add_field_userprofile_enable_offline_push_notifications.py [schema] Add a config option for enabling/disabling push notifications 2013-10-24 14:54:30 -04:00
0055_auto__add_field_appledevicetoken_last_updated.py [schema] Add a last_updated field to AppleDeviceToken 2013-10-24 14:54:30 -04:00
0056_auto__del_field_usermessage_archived.py [schema] Remove the UserMessage.archived field. 2013-11-04 07:31:11 -05:00
0057_auto__add_realmalias.py [schema] Allow a realm to have aliases for multiple other domains 2013-11-13 14:17:43 -05:00
0058_auto__add_scheduledjob.py [schema] Add ScheduledJob table, and update mandrill related code 2013-11-13 16:41:36 -05:00
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
__init__.py