forked from erp-dev/erp
feat: notifier beta
This commit is contained in:
17
mission/migrations/0003_alter_mission_options.py
Normal file
17
mission/migrations/0003_alter_mission_options.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.2.8 on 2026-04-10 04:40
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('mission', '0002_add_merchant_and_reply_rejected_by'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='mission',
|
||||
options={'permissions': [('reopen_mission', 'Can reopen mission'), ('reject_mission_reply', 'Can reject mission reply')], 'verbose_name': '任务', 'verbose_name_plural': '任务'},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user