Skip to content

Commit

Permalink
Merge pull request #568 from open5e/hotfix1.7
Browse files Browse the repository at this point in the history
merge fix.
augustjohnson authored Oct 10, 2024
2 parents 047ece6 + d013f56 commit 71a9e56
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions api_v2/migrations/0009_merge_20241010_0144.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 5.1.1 on 2024-10-10 01:44

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('api_v2', '0004_alter_rule_index_alter_rule_initialheaderlevel_and_more'),
('api_v2', '0008_weapon_distance_unit'),
]

operations = [
]

0 comments on commit 71a9e56

Please sign in to comment.