mirror of
https://github.com/Dadechin/Dashboard-XRoom.git
synced 2025-07-03 16:54:35 +00:00
18 lines
360 B
Python
18 lines
360 B
Python
# Generated by Django 5.0 on 2025-05-24 10:51
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('core', '0003_subscription_adminuser_alter_subscription_user'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='subscription',
|
|
name='adminUser',
|
|
),
|
|
]
|