From e7f4455ab5d812d3548d5554b65e34ba880031c8 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 28 Oct 2015 01:24:05 +0000 Subject: Now working with PostgreSQL. svn path=/branches/tk705/; revision=6157 --- .../migrations/0002_remove_client_parent_handle.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 rpki/irdb/migrations/0002_remove_client_parent_handle.py (limited to 'rpki/irdb/migrations/0002_remove_client_parent_handle.py') diff --git a/rpki/irdb/migrations/0002_remove_client_parent_handle.py b/rpki/irdb/migrations/0002_remove_client_parent_handle.py deleted file mode 100644 index f86d165d..00000000 --- a/rpki/irdb/migrations/0002_remove_client_parent_handle.py +++ /dev/null @@ -1,18 +0,0 @@ -# -*- coding: utf-8 -*- -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('irdb', '0001_initial'), - ] - - operations = [ - migrations.RemoveField( - model_name='client', - name='parent_handle', - ), - ] -- cgit v1.2.3