Skip to content

Commit 0d06aeb

Browse files
committed
Migrations
1 parent 444718c commit 0d06aeb

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Generated by Django 3.2.16 on 2023-01-17 10:17
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('api', '0160_merge_0159_auto_20221022_1542_0159_auto_20221028_0940'),
10+
]
11+
12+
operations = [
13+
migrations.AlterModelOptions(
14+
name='event',
15+
options={'ordering': ('-disaster_start_date', 'id'), 'verbose_name': 'emergency', 'verbose_name_plural': 'emergencies'},
16+
),
17+
]
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Generated by Django 3.2.16 on 2023-01-17 10:17
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('deployments', '0069_auto_20221022_1542'),
10+
]
11+
12+
operations = [
13+
migrations.AlterModelOptions(
14+
name='personnel',
15+
options={'ordering': ('deployment', 'country_to', 'country_from', 'molnix_id', 'deployedperson_ptr_id'), 'verbose_name': 'Personnel', 'verbose_name_plural': 'Personnels'},
16+
),
17+
]

0 commit comments

Comments
 (0)