Skip to content

Commit 81f0e68

Browse files
committed
migration for pulses
1 parent a38e230 commit 81f0e68

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated by Django 4.2.23 on 2026-06-11 00:00
2+
from __future__ import annotations
3+
4+
from django.db import migrations, models
5+
6+
7+
class Migration(migrations.Migration):
8+
dependencies = [
9+
("core", "0040_alter_grtscells_id"),
10+
]
11+
12+
operations = [
13+
migrations.AddField(
14+
model_name="configuration",
15+
name="create_pulse_annotations_from_batbot",
16+
field=models.BooleanField(default=False),
17+
),
18+
]

0 commit comments

Comments
 (0)