Skip to content

Commit

Permalink
Actualizo migraciones
Browse files Browse the repository at this point in the history
  • Loading branch information
CandelAbregu committed Jun 4, 2024
1 parent 112cb88 commit 207f0d2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/migrations/0015_merge_20240604_1813.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 5.0.4 on 2024-06-04 21:13

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('app', '0012_alter_product_price'),
('app', '0014_merge_20240603_0914'),
]

operations = [
]

0 comments on commit 207f0d2

Please sign in to comment.