Code Review
/
laas.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
dcd2e1c1c850c1059a3cfa92e7da390fb55a7e26
[laas.git]
/
src
/
booking
/
migrations
/
0007_remove_booking_config_bundle.py
1
# Generated by Django 2.2 on 2020-02-18 15:36
2
3
from django.db import migrations
4
5
6
class Migration(migrations.Migration):
7
8
dependencies = [
9
('booking', '0006_booking_opnfv_config'),
10
]
11
12
operations = [
13
migrations.RemoveField(
14
model_name='booking',
15
name='config_bundle',
16
),
17
]