Skip to content

Commit

Permalink
Merge pull request #811 from 18F/bug/fix-table-migration
Browse files Browse the repository at this point in the history
Fixes migrations in CMS develop branch
  • Loading branch information
Noah Manger authored Feb 14, 2017
2 parents 32bec7a + 5336bc8 commit c6c55b9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions fec/home/migrations/0061_merge_20170210_2230.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.10.5 on 2017-02-10 22:30
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('home', '0060_auto_20170209_2030'),
('home', '0058_auto_20170210_2136'),
]

operations = [
]

0 comments on commit c6c55b9

Please sign in to comment.