mirror of https://github.com/jumpserver/jumpserver
pref: 修改 migrations
parent
fbf65f437a
commit
037cd90f09
|
@ -1,18 +0,0 @@
|
||||||
# Generated by Django 3.2.14 on 2022-11-03 08:44
|
|
||||||
|
|
||||||
from django.db import migrations
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
('assets', '0108_auto_20221027_1053'),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.RenameField(
|
|
||||||
model_name='accountbackupplan',
|
|
||||||
old_name='categories',
|
|
||||||
new_name='types',
|
|
||||||
),
|
|
||||||
]
|
|
|
@ -7,10 +7,15 @@ import django.db.models.deletion
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('assets', '0109_rename_categories_to_types'),
|
('assets', '0109_auto_20221102_2017'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
migrations.RenameField(
|
||||||
|
model_name='accountbackupplan',
|
||||||
|
old_name='categories',
|
||||||
|
new_name='types',
|
||||||
|
),
|
||||||
migrations.AddField(
|
migrations.AddField(
|
||||||
model_name='changesecretrecord',
|
model_name='changesecretrecord',
|
||||||
name='asset',
|
name='asset',
|
||||||
|
|
Loading…
Reference in New Issue