mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 23:36:30 +01:00
Merge migrations.
This commit is contained in:
parent
0ff1718437
commit
af6aa52a4e
1 changed files with 16 additions and 0 deletions
16
evennia/comms/migrations/0012_merge_20170617_2017.py
Normal file
16
evennia/comms/migrations/0012_merge_20170617_2017.py
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.2 on 2017-06-17 20:17
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('comms', '0011_auto_20170606_1731'),
|
||||
('comms', '0011_auto_20170217_2039'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue