Skip to content

Commit

Permalink
Merge pull request #588 from calumbell/data/v2-rules-data
Browse files Browse the repository at this point in the history
Data: V2 Rules
  • Loading branch information
augustjohnson authored Oct 21, 2024
2 parents ae87150 + 37126ae commit beac15b
Show file tree
Hide file tree
Showing 3 changed files with 3,076 additions and 0 deletions.
14 changes: 14 additions & 0 deletions api_v2/migrations/0009_merge_20241010_0919.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 09:19

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 = [
]
14 changes: 14 additions & 0 deletions api_v2/migrations/0010_merge_20241016_1952.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 5.1.1 on 2024-10-16 19:52

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('api_v2', '0009_merge_20241010_0144'),
('api_v2', '0009_merge_20241010_0919'),
]

operations = [
]
Loading

0 comments on commit beac15b

Please sign in to comment.