Skip to content

Commit

Permalink
add migration file (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrishabh17 authored Aug 20, 2024
1 parent da0326a commit 66bc88c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 4.1.2 on 2024-08-20 08:42

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('fyle_accounting_mappings', '0025_expenseattributesdeletioncache'),
]

operations = [
migrations.AddField(
model_name='destinationattribute',
name='code',
field=models.CharField(help_text='Code of the attribute', max_length=255, null=True),
),
]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name='fyle-accounting-mappings',
version='1.34.1',
version='1.34.2',
author='Shwetabh Kumar',
author_email='[email protected]',
description='Django application to store the fyle accounting mappings in a generic manner',
Expand Down

0 comments on commit 66bc88c

Please sign in to comment.