mirror of https://github.com/jumpserver/jumpserver
fix: 删除不用migrations
parent
0e0a9f4654
commit
aa0dabfd10
|
@ -1,14 +0,0 @@
|
||||||
# Generated by Django 3.2.14 on 2022-12-02 03:15
|
|
||||||
|
|
||||||
from django.db import migrations
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
('acls', '0004_connectacl'),
|
|
||||||
('acls', '0007_auto_20221202_1048'),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
]
|
|
Loading…
Reference in New Issue