refactor: rename column.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.0.6 on 2024-07-13 22:16
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('don_confiao', '0020_remove_reconciliationjar_cash_float'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='reconciliationjar',
|
||||
old_name='reconciler',
|
||||
new_name='reconcilier',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user