2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00

Rename Order.URL to Order.link

This commit is contained in:
Oliver Walters
2020-04-06 11:56:52 +10:00
parent a306ad0bc3
commit 87a09a7220
5 changed files with 33 additions and 6 deletions

View File

@ -0,0 +1,18 @@
# Generated by Django 2.2.10 on 2020-04-06 01:51
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('order', '0017_auto_20200331_1000'),
]
operations = [
migrations.RenameField(
model_name='purchaseorder',
old_name='URL',
new_name='link',
),
]