zulip/zephyr/migrations
Tim Abbott fe987fb1c3 [manual] Excise South migrations prior to the User merge.
South doesn't properly deal with removing the Django User model, so
this commit redoes our South history to instead start after that
migration has already been applied.  This allows us to get rid of some
annoying hacks.

Note that developers and staging will need to run

./manage.py migrate --delete-ghost-migrations zephyr

in order to clear out the old versions of the migrations.

(imported from commit 7f45ea601b809dde33720f76e7dfb0ab348b0e65)
2013-05-20 23:29:54 -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 [schema] Add the migration for adding an onboarding_steps field to UserProfile. 2013-05-14 10:27:39 -04:00
__init__.py Include autogenerated initial migrations for South. 2013-01-08 18:14:39 -05:00