Skip to content

Commit

Permalink
Agrego migraciones
Browse files Browse the repository at this point in the history
  • Loading branch information
CandelAbregu committed Jun 5, 2024
1 parent 3e02c0e commit 30e5bce
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/migrations/0020_merge_20240605_1221.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Generated by Django 5.0.4 on 2024-06-05 15:21

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('app', '0015_merge_20240603_1806'),
('app', '0015_merge_20240604_1813'),
('app', '0019_merge_20240605_0942'),
]

operations = [
]

0 comments on commit 30e5bce

Please sign in to comment.