Skip to content

Commit

Permalink
Agrego migración necesaria.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmasemper committed Jun 5, 2024
1 parent aad21a9 commit 60d489e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/migrations/0019_merge_20240605_0942.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 5.0.4 on 2024-06-05 12:42

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('app', '0017_merge_20240604_2359'),
('app', '0018_remove_client_address_client_city'),
]

operations = [
]

0 comments on commit 60d489e

Please sign in to comment.