moderator/moderate/migrations/0003_auto_20170118_1536.py [9:28]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
def forwards(apps, schema_editor):
    """Forwards method.

    Sync with mozillians.org to fix broken
    profile info.
    """
    pass


def backwards(apps, schema_editor):
    """Backwards method.

    Do nothing please.
    """
    pass


class Migration(migrations.Migration):

    dependencies = [
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



moderator/moderate/migrations/0004_auto_20170120_1128.py [9:27]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
def forwards(apps, schema_editor):
    """Forwards method.

    Sync with mozillians.org to fix avatar url.
    """
    pass


def backwards(apps, schema_editor):
    """Backwards method.

    Do nothing please.
    """
    pass


class Migration(migrations.Migration):

    dependencies = [
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



