mirror of
https://github.com/Dadechin/Dashboard-XRoom.git
synced 2025-07-16 23:24:33 +00:00
19 lines
391 B
Python
19 lines
391 B
Python
![]() |
# Generated by Django 4.2 on 2025-06-02 09:54
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('core', '0005_meeting'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AddField(
|
||
|
model_name='meeting',
|
||
|
name='code',
|
||
|
field=models.CharField(blank=True, max_length=255, null=True),
|
||
|
),
|
||
|
]
|