mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-04 14:28:48 +00:00
19 lines
364 B
Python
19 lines
364 B
Python
# 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',
|
|
),
|
|
]
|