Skip to content

Commit

Permalink
Fix Migrations (#213)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
ruuushhh and GitHub Actions authored Jul 23, 2024
1 parent 34c47ea commit b166df0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apps/accounting_exports/migrations/0004_merge_20240723_1115.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 4.1.2 on 2024-07-23 11:15

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('accounting_exports', '0003_alter_accountingexport_type'),
('accounting_exports', '0003_error_repetition_count'),
]

operations = [
]

0 comments on commit b166df0

Please sign in to comment.