mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-02 01:32:08 +00:00
fix(migrations): 生成一下遗漏的 migrations
This commit is contained in:
parent
0043dc6110
commit
70a8db895d
18
apps/orgs/migrations/0009_auto_20201023_1628.py
Normal file
18
apps/orgs/migrations/0009_auto_20201023_1628.py
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Generated by Django 2.2.13 on 2020-10-23 08:28
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('orgs', '0008_auto_20200819_2041'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name='organization',
|
||||||
|
name='comment',
|
||||||
|
field=models.TextField(blank=True, default='', verbose_name='Comment'),
|
||||||
|
),
|
||||||
|
]
|
18
apps/tickets/migrations/0006_auto_20201023_1628.py
Normal file
18
apps/tickets/migrations/0006_auto_20201023_1628.py
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Generated by Django 2.2.13 on 2020-10-23 08:28
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('tickets', '0005_ticket_meta_confirmed_system_users'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name='ticket',
|
||||||
|
name='comment',
|
||||||
|
field=models.TextField(blank=True, default='', verbose_name='Comment'),
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user