Skip to content

Commit

Permalink
chore: migration from simple-history upgrade (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnagro authored Nov 6, 2023
1 parent 0ca4b26 commit 44df74b
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 4.2.5 on 2023-11-06 20:06

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('subsidy', '0020_remove_subsidy_unique_reference_id_non_internal'),
]

operations = [
migrations.AlterModelOptions(
name='historicalsubsidy',
options={'get_latest_by': ('history_date', 'history_id'), 'ordering': ('-history_date', '-history_id'), 'verbose_name': 'historical subsidy', 'verbose_name_plural': 'historical subsidys'},
),
]

0 comments on commit 44df74b

Please sign in to comment.