commit
7ed480e924
1 changed files with 18 additions and 0 deletions
18
hosting/migrations/0016_delete_railsbetauser.py
Normal file
18
hosting/migrations/0016_delete_railsbetauser.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.9.4 on 2016-05-14 06:50
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('hosting', '0015_auto_20160512_0448'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='RailsBetaUser',
|
||||
),
|
||||
]
|
Loading…
Reference in a new issue