Forked from
infrastruktur / warpinfra
115 commits behind the upstream repository.
-
Christian Dresen authoredChristian Dresen authored
0002_usercredit_card_id.py 475 B
# -*- coding: utf-8 -*-
# Generated by Django 1.9 on 2016-08-21 16:12
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('warppay', '0001_initial'),
]
operations = [
migrations.AddField(
model_name='usercredit',
name='card_id',
field=models.IntegerField(default=0),
preserve_default=False,
),
]