2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-13 14:11:37 +00:00

Rename Build.URL -> Build.link

This commit is contained in:
Oliver Walters
2020-04-06 11:28:35 +10:00
parent bbe714c8f7
commit 789712acbe
7 changed files with 51 additions and 12 deletions

View File

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