23 lines
468 B
Python
23 lines
468 B
Python
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.10.4 on 2017-01-16 16:34
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('camps', '0014_auto_20161229_2202'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='expense',
|
|
name='refund_user',
|
|
),
|
|
migrations.DeleteModel(
|
|
name='Expense',
|
|
),
|
|
]
|