Skip to content

Commit

Permalink
refactor: merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Nov 30, 2023
1 parent b3d6608 commit b348e60
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 37 deletions.
18 changes: 0 additions & 18 deletions pokemon_v2/migrations/0014_auto_20231119_0303.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Generated by Django 3.1.14 on 2023-11-26 12:58
# Generated by Django 3.1.14 on 2023-11-21 12:09

from django.db import migrations, models


class Migration(migrations.Migration):
dependencies = [
("pokemon_v2", "0015_auto_20231121_1209"),
("pokemon_v2", "0013_pokemonabilitypast"),
]

operations = [
Expand All @@ -14,6 +14,11 @@ class Migration(migrations.Migration):
name="sprites",
field=models.JSONField(),
),
migrations.AlterField(
model_name="pokemonsprites",
name="sprites",
field=models.JSONField(),
),
migrations.AlterField(
model_name="pokemonformsprites",
name="sprites",
Expand Down
17 changes: 0 additions & 17 deletions pokemon_v2/migrations/0015_auto_20231121_1209.py

This file was deleted.

0 comments on commit b348e60

Please sign in to comment.