blob: bcb59d35e0f2eb8e706696b2e653f07d420aec22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Generated by Django 3.2.4 on 2021-07-14 07:18
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('trading', '0003_luxtrademodel_status'),
]
operations = [
migrations.RenameModel(
old_name='LuxTradeModel',
new_name='LuxTrade',
),
]
|