diff options
author | Rob Austein <sra@hactrn.net> | 2014-04-07 03:18:50 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-04-07 03:18:50 +0000 |
commit | 8a54b07cc85256a8fe9132c3d0422b31f2570a1c (patch) | |
tree | 86c5713730e8e62f8914686a8cf7a48ce3921070 /rpki/sql_schemas.py | |
parent | d8eb94e6f5d7f23d1c208339052587647f60416d (diff) |
Fix schema generation.
svn path=/branches/tk685/; revision=5760
Diffstat (limited to 'rpki/sql_schemas.py')
-rw-r--r-- | rpki/sql_schemas.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpki/sql_schemas.py b/rpki/sql_schemas.py index e57c7a7f..0ac6016e 100644 --- a/rpki/sql_schemas.py +++ b/rpki/sql_schemas.py @@ -2,7 +2,7 @@ ## @var rpkid ## SQL schema rpkid -rpkid = '''-- $Id: rpkid.sql 5753 2014-04-05 19:24:26Z sra $ +rpkid = '''-- $Id: rpkid.sql 5757 2014-04-05 22:42:12Z sra $ -- Copyright (C) 2009--2011 Internet Systems Consortium ("ISC") -- @@ -256,7 +256,7 @@ CREATE TABLE ee_cert ( ## @var pubd ## SQL schema pubd -pubd = '''-- $Id: pubd.sql 3465 2010-10-07 00:59:39Z sra $ +pubd = '''-- $Id: pubd.sql 5757 2014-04-05 22:42:12Z sra $ -- Copyright (C) 2009--2010 Internet Systems Consortium ("ISC") -- |