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/pubdb/migrations/0003_auto_20151025_1757.py | |
parent | 8e54c2cbc90f9d115d4d799430941661544e0e1c (diff) |
Now working with PostgreSQL.
svn path=/branches/tk705/; revision=6157
Diffstat (limited to 'rpki/pubdb/migrations/0003_auto_20151025_1757.py')
-rw-r--r-- | rpki/pubdb/migrations/0003_auto_20151025_1757.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/rpki/pubdb/migrations/0003_auto_20151025_1757.py b/rpki/pubdb/migrations/0003_auto_20151025_1757.py deleted file mode 100644 index f92cc419..00000000 --- a/rpki/pubdb/migrations/0003_auto_20151025_1757.py +++ /dev/null @@ -1,19 +0,0 @@ -# -*- coding: utf-8 -*- -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('pubdb', '0002_auto_20151023_2151'), - ] - - operations = [ - migrations.AlterField( - model_name='publishedobject', - name='der', - field=models.BinaryField(), - ), - ] |