zulip/zerver/migrations
Tim Abbott 5ef57a07e1 Add missing migrations present in models.py.
89a2765553 didn't include the database
migration corresponding to the change, which means it didn't take full
effect when it was merged.

I noticed this because `manage.py makemigrations` would generate these
migrations; that suggests a good idea for a test to add.
2016-01-26 20:38:46 -08:00
..
0001_initial.py Switch from South to native Django migrations 2015-08-20 23:01:26 -07:00
0002_django_1_8.py Schema migrations for Django 1.8 2015-08-22 13:51:35 -07:00
0003_custom_indexes.py Add remaining custom indexes that were created by South migrations 2015-08-23 21:47:12 -07:00
0004_userprofile_left_side_userlist.py Add UserProfile flag to control whether we have a left side userlist. 2015-09-19 23:22:59 -07:00
0005_auto_20150920_1340.py Move API super users configuration into the database. 2015-09-20 11:13:20 -07:00
0006_zerver_userprofile_email_upper_idx.py Add case-insensitive index on UserProfile.email. 2016-01-09 20:01:37 -08:00
0007_userprofile_is_bot_active_indexes.py Add UserProfile indexes on is_active and is_bot. 2016-01-09 20:01:37 -08:00
0008_preregistrationuser_upper_email_idx.py Add case-insensitive index on PreregistrationUser.email. 2016-01-09 20:01:37 -08:00
0009_add_missing_migrations.py Add missing migrations present in models.py. 2016-01-26 20:38:46 -08:00
__init__.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00