-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Henry Doupe
committed
Jan 19, 2018
1 parent
b149795
commit d84d42c
Showing
2 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
webapp/apps/taxbrain/migrations/0068_auto_20180119_1515.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# -*- coding: utf-8 -*- | ||
from __future__ import unicode_literals | ||
|
||
from django.db import models, migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('taxbrain', '0067_auto_20180119_1513'), | ||
] | ||
|
||
operations = [ | ||
migrations.RenameField( | ||
model_name='taxsaveinputs', | ||
old_name='UBI2', | ||
new_name='UBI_1820', | ||
), | ||
migrations.RenameField( | ||
model_name='taxsaveinputs', | ||
old_name='UBI3', | ||
new_name='UBI_21', | ||
), | ||
migrations.RenameField( | ||
model_name='taxsaveinputs', | ||
old_name='UBI1', | ||
new_name='UBI_u18', | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters