1# Generated by Plain 0.56.1 on 2025-07-31 21:57
2
3from plain import models
4from plain.models import migrations
5
6
7class Migration(migrations.Migration):
8 dependencies = [
9 (
10 "plainobserver",
11 "0002_trace_share_created_at_trace_share_id_trace_summary_and_more",
12 ),
13 ]
14
15 operations = [
16 migrations.AddIndex(
17 model_name="span",
18 index=models.Index(
19 fields=["span_id"], name="plainobserv_span_id_e7ade3_idx"
20 ),
21 ),
22 ]