Skip to content

Commit ed1c795

Browse files
committed
add migration to remove cost
1 parent 1efdb29 commit ed1c795

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Generated by Django 5.2.10 on 2026-03-07 15:47
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('pokemon_v2', '0026_itemprice'),
10+
]
11+
12+
operations = [
13+
migrations.RemoveField(
14+
model_name='item',
15+
name='cost',
16+
),
17+
]

0 commit comments

Comments
 (0)