summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/booking/migrations/0002_remove_booking_deleted.py
diff options
context:
space:
mode:
authorJack Morgan <jack.morgan@intel.com>2016-08-23 13:36:37 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-23 13:36:37 +0000
commit8b19eb63a99014cc1c59d05efe2e1fbe5f98a379 (patch)
tree7bdec8c03b61122474416d30a3c6d1eba603c702 /tools/pharos-dashboard/booking/migrations/0002_remove_booking_deleted.py
parentf94c874069cfaef0f59c92c903876ce3d488e2b0 (diff)
parent6c993d9e3bd9a7c0fb94d7056e664648dd8d85cb (diff)
Merge changes from topic 'pharos-dashboard'
* changes: Create Jira issue for new booking Remove database migration files
Diffstat (limited to 'tools/pharos-dashboard/booking/migrations/0002_remove_booking_deleted.py')
-rw-r--r--tools/pharos-dashboard/booking/migrations/0002_remove_booking_deleted.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/tools/pharos-dashboard/booking/migrations/0002_remove_booking_deleted.py b/tools/pharos-dashboard/booking/migrations/0002_remove_booking_deleted.py
deleted file mode 100644
index 335379d5..00000000
--- a/tools/pharos-dashboard/booking/migrations/0002_remove_booking_deleted.py
+++ /dev/null
@@ -1,19 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by Django 1.10 on 2016-08-13 12:50
-from __future__ import unicode_literals
-
-from django.db import migrations
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('booking', '0001_initial'),
- ]
-
- operations = [
- migrations.RemoveField(
- model_name='booking',
- name='deleted',
- ),
- ]