Skip to content
This repository has been archived by the owner on Nov 26, 2018. It is now read-only.

Commit

Permalink
moved my migration to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslara committed Jan 22, 2015
1 parent 08b833d commit f4d122c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 134 deletions.
20 changes: 20 additions & 0 deletions botbot/apps/logs/migrations/0002_log_host.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

from django.db import models, migrations


class Migration(migrations.Migration):

dependencies = [
('logs', '0001_initial'),
]

operations = [
migrations.AddField(
model_name='log',
name='host',
field=models.TextField(null=True, blank=True),
preserve_default=True,
),
]
134 changes: 0 additions & 134 deletions botbot/apps/logs/migrations/0003_auto__add_field_log_host.py

This file was deleted.

0 comments on commit f4d122c

Please sign in to comment.