mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
This more accurately reflects historical use of the field, and what the insurers actually want. Ref #439
19 lines
386 B
Python
19 lines
386 B
Python
# Generated by Django 3.2.12 on 2022-05-26 09:22
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('assets', '0024_alter_asset_salvage_value'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameField(
|
|
model_name='asset',
|
|
old_name='salvage_value',
|
|
new_name='replacement_cost',
|
|
),
|
|
]
|