Skip to content

Commit

Permalink
vision tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
domdinicola committed Oct 16, 2024
1 parent 7d46efe commit eb67393
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/hct_mis_api/contrib/vision/migrations/0003_migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ class Migration(migrations.Migration):
name='rec_serial_number',
field=models.IntegerField(primary_key=True, serialize=False),
),
migrations.AlterUniqueTogether(
name='fundscommitment',
unique_together=set(),
),
migrations.RemoveField(
model_name='fundscommitment',
name='created',
Expand Down
17 changes: 17 additions & 0 deletions src/hct_mis_api/contrib/vision/migrations/0004_migration.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 3.2.25 on 2024-10-16 13:17

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('vision', '0003_migration'),
]

operations = [
migrations.AlterUniqueTogether(
name='fundscommitment',
unique_together=set(),
),
]

0 comments on commit eb67393

Please sign in to comment.