mirror of
https://github.com/kjanat/livegraphs-django.git
synced 2026-01-16 18:52:09 +01:00
17 lines
400 B
Python
17 lines
400 B
Python
# Generated by Django 5.2.1 on 2025-05-18 00:09
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("dashboard", "0002_datasource_external_source_alter_datasource_file"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterUniqueTogether(
|
|
name="chatsession",
|
|
unique_together={("session_id", "data_source")},
|
|
),
|
|
]
|