Last point where Player & Account coexist - migrate here first.

This commit is contained in:
Griatch 2017-07-06 23:17:01 +02:00
parent 63c96de443
commit 34443fa4e6
6 changed files with 65 additions and 15 deletions

View file

@ -0,0 +1,19 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.2 on 2017-07-06 20:41
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('scripts', '0010_auto_20170705_1736'),
]
operations = [
migrations.RemoveField(
model_name='scriptdb',
name='db_player',
),
]