mirror of https://github.com/fspc/workstand.git
Drew Larson
9 years ago
2 changed files with 21 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
# Generated by Django 1.9.4 on 2016-05-31 02:38 |
||||
|
from __future__ import unicode_literals |
||||
|
|
||||
|
from django.db import migrations, models |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('core', '0013_auto_20160531_0236'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.AddField( |
||||
|
model_name='payment', |
||||
|
name='paid', |
||||
|
field=models.BooleanField(default=False), |
||||
|
), |
||||
|
] |
Loading…
Reference in new issue