Skip to content

Commit db0606c

Browse files
simonkernAsif Saif Uddin
authored andcommitted
add missing migration
1 parent a5b2761 commit db0606c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated by Django 3.2.9 on 2022-01-10 09:03
2+
3+
from django.db import migrations, models
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('push_notifications', '0008_webpush_add_edge'),
10+
]
11+
12+
operations = [
13+
migrations.AlterField(
14+
model_name='apnsdevice',
15+
name='device_id',
16+
field=models.UUIDField(blank=True, db_index=True, help_text='UUID / UIDevice.identifierForVendor()', null=True, verbose_name='Device ID'),
17+
),
18+
]

0 commit comments

Comments
 (0)