mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-09 18:18:05 +00:00
feat: merge migrations
This commit is contained in:
parent
e191a197c6
commit
d741f14342
@ -0,0 +1,14 @@
|
|||||||
|
# Generated by Django 3.2.14 on 2022-11-29 11:47
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('ops', '0036_auto_20221128_1839'),
|
||||||
|
('ops', '0039_auto_20221129_1932'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user