analytics: Send ZULIP_MERGE_BASE to the bouncer.

This commit is contained in:
Mateusz Mandera
2024-06-23 02:50:05 +02:00
committed by Tim Abbott
parent 95a2ce6ed6
commit f8616fa013
5 changed files with 46 additions and 7 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 5.0.6 on 2024-06-23 00:29
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("zilencer", "0063_convert_ids_to_bigints"),
]
operations = [
migrations.AddField(
model_name="remotezulipserver",
name="last_merge_base",
field=models.CharField(max_length=128, null=True),
),
]