mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-08-21 14:37:16 +00:00
17 lines
309 B
Python
17 lines
309 B
Python
# Generated by Django 5.1.7 on 2025-08-08 03:33
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('vpn', '0020_alter_inbound_full_config'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='XrayConfiguration',
|
|
),
|
|
]
|