blob: 339f8c3fa9900eca66d0414f03ce733a0d5046d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# -*- coding: utf-8 -*-
# Generated by Django 1.10 on 2016-08-15 15:17
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('dashboard', '0004_resource_slave'),
]
operations = [
migrations.RemoveField(
model_name='resource',
name='slavename',
),
]
|