mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Main work is maintaining context during various redirects and and passing the context to the final upgrade process.
18 lines
408 B
Python
18 lines
408 B
Python
# Generated by Django 4.2.8 on 2023-12-18 09:39
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("corporate", "0028_zulipsponsorshiprequest_requested_plan"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name="session",
|
|
name="tier",
|
|
field=models.SmallIntegerField(null=True),
|
|
),
|
|
]
|