jumpserver/apps/tickets/migrations
Michael Bai 620834c817 fix: 修改工单迁移文件warining问题
Any fields that are stored with VARCHAR column types may have their max_length restricted to 255 characters if you are using unique=True for the field.
See: https://docs.djangoproject.com/en/3.1/ref/databases/#mysql-character-fields
2022-01-13 14:36:30 +08:00
..
0001_initial.py
0002_auto_20200728_1146.py
0003_auto_20200804_1551.py
0004_ticket_comment.py
0005_ticket_meta_confirmed_system_users.py
0006_auto_20201023_1628.py
0007_auto_20201224_1821.py
0008_auto_20210311_1113.py feat: ACL (#5696) 2021-03-11 20:17:44 +08:00
0009_auto_20210426_1720.py feat: 添加命令复核逻辑; 添加命令复核工单; 2021-04-27 16:36:42 +08:00
0010_auto_20210812_1618.py perf: 只保留app asset flow 2021-09-06 18:44:58 +08:00
0011_remove_approvalrule_assignees_display.py perf: 工单流对应受理人懒加载 2021-12-21 18:20:02 +08:00
0012_ticketsession.py feat: 资产登录工单页面增加监控与中断 2021-12-31 17:23:39 +08:00
0013_ticket_serial_num.py fix: 修改工单迁移文件warining问题 2022-01-13 14:36:30 +08:00
__init__.py