2021-01-12 18:51:58 +01:00
|
|
|
# Generated by Django 3.1.5 on 2021-01-10 11:30
|
|
|
|
|
2021-03-04 01:02:07 +01:00
|
|
|
from typing import List
|
|
|
|
|
|
|
|
from django.db import migrations
|
2021-01-12 18:51:58 +01:00
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
"""
|
2021-03-04 01:02:07 +01:00
|
|
|
This empty migration is only retained for Django's tracking.
|
2021-01-12 18:51:58 +01:00
|
|
|
"""
|
|
|
|
|
|
|
|
dependencies = [
|
2021-02-12 08:20:45 +01:00
|
|
|
("zerver", "0309_userprofile_can_create_users"),
|
2021-01-12 18:51:58 +01:00
|
|
|
]
|
|
|
|
|
2021-03-04 01:02:07 +01:00
|
|
|
operations: List[migrations.operations.base.Operation] = []
|