diff options
author | Rob Austein <sra@hactrn.net> | 2014-09-13 04:18:41 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-09-13 04:18:41 +0000 |
commit | 773d3c3d01f39b1cedb7506ee7c1c3ceed91a17d (patch) | |
tree | 54edc6f75cf7f4d1e7e84b5cda654a9b09b6a10d /rpki/irdb/migrations/__init__.py | |
parent | 429adae788694f109174e35467c49d13b9533fe2 (diff) |
Initial schema migration for irdb. I expected this to break yamltest,
but it sails blithely along, suggesting that I've forgotten some bit
of startup voodoo that it's doing. Regardless, the migration should
be harmless, and now we know that South thinks it can read the IRDB
models, which is progress.
The current requirement to have a valid rpki.conf before one can run
rpki-manage schemamigration etc is a bit of a pain, may need to do
something about that.
svn path=/branches/tk713/; revision=5949
Diffstat (limited to 'rpki/irdb/migrations/__init__.py')
-rw-r--r-- | rpki/irdb/migrations/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/rpki/irdb/migrations/__init__.py b/rpki/irdb/migrations/__init__.py new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/rpki/irdb/migrations/__init__.py |