zulip/zerver/migrations
Tim Abbott 9081f2cf44 reactions: Store the emoji codepoint in the database.
This is the first part of a larger migration to convert Zulip's
reactions storage to something based on the codepoint, not the emoji
name that the user typed in, so that we don't need to worry about
changes in the names we're using breaking the emoji storage.
2017-08-15 09:29:27 -07:00
..
0001_initial.py migrations: Transition to new squashed migration. 2017-06-23 08:40:57 -04:00
0029_realm_subdomain.py migrations: Transition to new squashed migration. 2017-06-23 08:40:57 -04:00
0030_realm_org_type.py Add new organization type field to Realm objects. 2016-10-05 17:01:46 -07:00
0031_remove_system_avatar_source.py Add migration to remove system avatar source. 2016-10-22 20:07:21 -07:00
0032_verify_all_medium_avatar_images.py Refactoring: Replace get_user_profile_by_email() in lib/upload.py 2017-05-23 12:37:49 -07:00
0033_migrate_domain_to_realmalias.py Create RealmAlias entries for Realm.domain. 2016-10-25 10:06:39 -07:00
0034_userprofile_enable_online_push_notifications.py Add user setting option to always send push notifications. 2016-10-25 10:52:29 -07:00
0035_realm_message_retention_period_days.py retention-policy: Add tool to determine expired messages. 2016-10-25 15:38:08 -07:00
0036_rename_subdomain_to_string_id.py models.Realm: Rename subdomain to string_id. 2016-11-02 22:46:34 -07:00
0037_disallow_null_string_id.py lint: Remove zerver/migrations from main exclude list. 2016-12-27 19:45:33 -08:00
0038_realm_change_to_community_defaults.py Change Realm defaults to Community defaults. 2016-11-03 13:53:01 -07:00
0039_realmalias_drop_uniqueness.py RealmAlias: Drop uniqueness constraint when REALMS_HAVE_SUBDOMAINS. 2016-11-03 13:53:01 -07:00
0040_realm_authentication_methods.py auth: Make supported authentication backends a bitfield on realm. 2016-11-06 16:16:24 -08:00
0041_create_attachments_for_old_messages.py Change if(realm.domain == mit.edu) to use Realm.is_zephyr_mirror_realm. 2017-03-13 14:17:14 -07:00
0042_attachment_file_name_length.py attachment: Remove DB limit on length of filenames. 2016-11-15 21:12:05 -08:00
0043_realm_filter_validators.py Add initial implementation of custom realm filters. 2016-11-17 17:11:25 -08:00
0044_reaction.py zerver: Add on_delete arg in foreign keys. 2017-06-13 15:13:45 -07:00
0045_realm_waiting_period_threshold.py Add optional waiting period for users to create streams. 2016-12-15 16:54:30 -08:00
0046_realmemoji_author.py emoji: Add author field to RealmEmoji table and track. 2016-12-27 15:42:04 -08:00
0047_realm_add_emoji_by_admins_only.py emoji: Add add_emoji_by_admins_only realm setting. 2016-12-27 15:46:14 -08:00
0048_enter_sends_default_to_false.py Change UserProfile.enter_sends to default to False. 2016-12-29 15:55:23 -08:00
0049_userprofile_pm_content_in_desktop_notifications.py Add setting hiding private message content in desktop notifications. 2016-12-30 14:10:34 -08:00
0050_userprofile_avatar_version.py Add avatar_version to UserProfile. 2017-01-23 23:29:07 +05:30
0051_realmalias_add_allow_subdomains.py Add RealmAlias.allow_subdomains to model, frontend, and API. 2017-02-08 22:03:27 -08:00
0052_auto_fix_realmalias_realm_nullable.py models: Remove nullable property from RealmAlias.realm. 2017-02-10 23:53:44 -08:00
0053_emailchangestatus.py change-email: Implement confirmation flow. 2017-02-23 03:15:17 -08:00
0054_realm_icon.py realm-icon: Add realm icon feature. 2017-02-26 12:16:07 -08:00
0055_attachment_size.py attachment: Add 'size' field tracking size of uploaded files. 2017-03-01 15:58:21 -08:00
0056_userprofile_emoji_alt_code.py Enable display of emoji as their alt codes in reactions. 2017-03-03 15:19:34 -08:00
0057_realmauditlog.py Replace timezone.now with timezone_now. 2017-04-16 12:28:56 -07:00
0058_realm_email_changes_disabled.py admin: Added realm option to prevent users from changing their email. 2017-03-04 17:32:48 -08:00
0059_userprofile_quota.py migrations: Renumber 0059_userprofile_quota to fix conflict. 2017-03-04 18:38:27 -08:00
0060_move_avatars_to_be_uid_based.py avatar migration: Handle missing avatars for S3 gracefully. 2017-03-08 22:24:07 -08:00
0061_userprofile_timezone.py Add timezone field in UserProfile. 2017-03-15 11:18:24 -07:00
0062_default_timezone.py Timezone should default to empty string. 2017-03-17 21:57:16 -07:00
0063_realm_description.py Add organization description field to realm settings. 2017-03-19 14:05:01 -07:00
0064_sync_uploads_filesize_with_db.py migration: Sync sizes for existing Attachment objects with actual files. 2017-03-21 00:53:22 -07:00
0065_realm_inline_image_preview.py Add realm-level settings to control inline image and url preview. 2017-03-21 15:46:17 -07:00
0066_realm_inline_url_embed_preview.py Add realm-level settings to control inline image and url preview. 2017-03-21 15:46:17 -07:00
0067_archived_models.py retention: Add models to store expired messages. 2017-03-25 18:12:06 -07:00
0068_remove_realm_domain.py models: Remove Realm.domain. 2017-03-25 19:55:48 -07:00
0069_realmauditlog_extra_data.py RealmAuditLog: Add an extra_data field. 2017-03-27 13:22:58 -07:00
0070_userhotspot.py hotspots: Add backend support for tutorial hotspots. 2017-03-29 11:34:32 -07:00
0071_rename_realmalias_to_realmdomain.py models: Rename RealmAlias model to RealmDomain. 2017-04-04 15:48:03 -07:00
0072_realmauditlog_add_index_event_time.py models: Add index on RealmAuditLog.event_time. 2017-04-14 11:41:07 -07:00
0073_custom_profile_fields.py profile: Support custom profile data. 2017-04-18 15:20:59 -07:00
0074_fix_duplicate_attachments.py attachment: Add migration to fix duplicate attachment objects. 2017-04-18 21:27:27 -07:00
0075_attachment_path_id_unique.py attachment: Make path_id field unique. 2017-04-18 21:27:28 -07:00
0076_userprofile_emojiset.py emoji: Fix strings in migration 0076. 2017-04-24 22:50:19 -07:00
0077_add_file_name_field_to_realm_emoji.py mypy: Remove superfluous older 'type: ignore' annotations. 2017-08-08 11:27:51 -07:00
0078_service.py Outgoing Webhook System: Add Service model. 2017-05-02 08:20:31 -07:00
0079_remove_old_scheduled_jobs.py emails: Remove pre-email-migration scheduled jobs. 2017-05-10 09:45:40 -07:00
0080_realm_description_length.py settings: Add support for longer, markdown-powered realm descriptions. 2017-05-11 13:59:46 -07:00
0081_make_emoji_lowercase.py Add migration to force lowercase existing realm emoji. 2017-05-11 19:10:21 -07:00
0082_index_starred_user_messages.py migrations: Index starred messages. 2017-06-13 13:58:58 -07:00
0083_index_mentioned_user_messages.py migrations: Index mentioned messages. 2017-06-13 13:58:58 -07:00
0084_realmemoji_deactivated.py models: Add `deactivated` field to RealmEmoji model. 2017-06-15 02:59:57 -07:00
0085_fix_bots_with_none_bot_type.py bots: Change bot_type to DEFAULT_BOT for bots with None bot_type 2017-06-20 11:34:40 -04:00
0086_realm_alter_default_org_type.py models: Change default org_type to CORPORATE. 2017-06-29 15:14:58 -07:00
0087_remove_old_scheduled_jobs.py emails: Refactor send_email functions to take both a sender name and address. 2017-07-04 14:25:01 -07:00
0088_remove_referral_and_invites.py Delete the old zulip.com "referrals" system. 2017-07-07 14:59:18 -07:00
0089_auto_20170710_1353.py models: Add long_term_idle/last_active_message_id to UserProfile. 2017-07-10 12:31:50 -04:00
0090_userprofile_high_contrast_mode.py backend: Implement high contrast mode display setting. 2017-07-14 14:53:24 -07:00
0091_realm_allow_edit_history.py org-permissions: Add allow_edit_history organiztion setting. 2017-07-16 10:10:06 -07:00
0092_create_scheduledemail.py models: Replace ScheduledJob with ScheduledEmail. 2017-07-17 16:05:38 -07:00
0093_subscription_event_log_backfill.py mypy: Fix incorrect mypy annotation in migration. 2017-07-18 12:56:23 -07:00
0094_realm_filter_url_validator.py models: Fix the URL validation code in `RealmFilter` model. 2017-07-24 17:31:08 -07:00
0095_index_unread_user_messages.py Create zerver_usermessage_unread_message_id index. 2017-07-26 22:28:19 -07:00
0096_add_password_required.py github: Don't ask for password in registration. 2017-08-09 13:44:57 -07:00
0097_reactions_emoji_code.py reactions: Store the emoji codepoint in the database. 2017-08-15 09:29:27 -07:00
__init__.py