Files
zulip/zerver/migrations/0060_move_avatars_to_be_uid_based.py
Wyatt Hoodes 3e8d877564 migrations: Deprecate migration 0060 into a noop.
This ancient migration imports boto, which interferes
with our upgrade to boto3.

> git name-rev a32f666f5c
a32f666f5c tags/1.6.0~2384

We can safely assume nobody is running servers on <1.6.0; there are no
supported platforms in common with 1.6.0 anyway.
2020-04-24 17:03:14 -07:00

9 lines
196 B
Python

# Generated by Django 1.10.5 on 2017-02-27 17:03
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('zerver', '0059_userprofile_quota'),
]