diff options
author | Rob Austein <sra@hactrn.net> | 2015-10-28 01:24:05 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-10-28 01:24:05 +0000 |
commit | e7f4455ab5d812d3548d5554b65e34ba880031c8 (patch) | |
tree | c4f5c78884124752d27e944be1a5e83e2296377d /rpki/irdb/migrations/0002_remove_client_parent_handle.py | |
parent | 8e54c2cbc90f9d115d4d799430941661544e0e1c (diff) |
Now working with PostgreSQL.
svn path=/branches/tk705/; revision=6157
Diffstat (limited to 'rpki/irdb/migrations/0002_remove_client_parent_handle.py')
-rw-r--r-- | rpki/irdb/migrations/0002_remove_client_parent_handle.py | 18 |
1 files changed, 0 insertions, 18 deletions
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', - ), - ] |