chore(): small improvements
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 5.2.11 on 2026-02-23 14:56
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('notifications', '0002_alter_notificationchannel_config'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='notificationrule',
|
||||
name='rate_limit_max_notifications',
|
||||
field=models.PositiveIntegerField(default=1, verbose_name='rate limit max notifications'),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='notificationrule',
|
||||
name='rate_limit_window_seconds',
|
||||
field=models.PositiveIntegerField(default=60, verbose_name='rate limit window seconds'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user