From b9dcf9ca12faf1ed56352bef9d62b003445df6fc Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 22 Aug 2016 15:52:26 -0400 Subject: [PATCH] Refreshed migrations --- netbox/extras/migrations/0002_custom_fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/extras/migrations/0002_custom_fields.py b/netbox/extras/migrations/0002_custom_fields.py index 97d0b7112..e2c403065 100644 --- a/netbox/extras/migrations/0002_custom_fields.py +++ b/netbox/extras/migrations/0002_custom_fields.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Generated by Django 1.10 on 2016-08-18 15:43 +# Generated by Django 1.10 on 2016-08-22 19:51 from __future__ import unicode_literals from django.db import migrations, models