mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Rename SKU to 'Item number'
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.5 on 2023-10-01 19:32
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("roster", "0017_remove_rollingstockimage_is_thumbnail"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name="rollingstock",
|
||||
old_name="sku",
|
||||
new_name="item_number",
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user