Split the dashboard into different apps, add tests
[pharos.git] / tools / pharos-dashboard / booking / migrations / 0003_remove_booking_status.py
1 # -*- coding: utf-8 -*-
2 # Generated by Django 1.10 on 2016-08-13 12:51
3 from __future__ import unicode_literals
4
5 from django.db import migrations
6
7
8 class Migration(migrations.Migration):
9
10     dependencies = [
11         ('booking', '0002_remove_booking_deleted'),
12     ]
13
14     operations = [
15         migrations.RemoveField(
16             model_name='booking',
17             name='status',
18         ),
19     ]