Fix issues and also include subscription_id
This commit is contained in:
parent
444f79eab7
commit
12b8a77862
4 changed files with 86 additions and 14 deletions
25
hosting/migrations/0051_auto_20190403_0703.py
Normal file
25
hosting/migrations/0051_auto_20190403_0703.py
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.9.4 on 2019-04-03 07:03
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('hosting', '0050_monthlyhostingbill'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='monthlyhostingbill',
|
||||
name='subscription_ids_csv',
|
||||
field=models.TextField(default=''),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='monthlyhostingbill',
|
||||
name='lines_meta_data_csv',
|
||||
field=models.TextField(default=''),
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue