diff options
author | Rob Austein <sra@hactrn.net> | 2014-07-16 16:30:57 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-07-16 16:30:57 +0000 |
commit | d91c0b6c6a607e2c318818c1aeb1ac756bd0492d (patch) | |
tree | b1c6315b445acea14d0140e463de36db89f21809 /rpki/sql_schemas.py | |
parent | a35ce7f496890d47b2c116efb15da992b7622d40 (diff) |
Snapshot before reworking pubd SQL.
svn path=/branches/tk705/; revision=5897
Diffstat (limited to 'rpki/sql_schemas.py')
-rw-r--r-- | rpki/sql_schemas.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpki/sql_schemas.py b/rpki/sql_schemas.py index b28c8231..93909c02 100644 --- a/rpki/sql_schemas.py +++ b/rpki/sql_schemas.py @@ -245,7 +245,7 @@ CREATE TABLE ee_cert ( ## @var pubd ## SQL schema pubd -pubd = '''-- $Id: pubd.sql 5887 2014-07-07 23:13:35Z sra $ +pubd = '''-- $Id: pubd.sql 5896 2014-07-15 19:34:32Z sra $ -- Copyright (C) 2012--2014 Dragon Research Labs ("DRL") -- Portions copyright (C) 2009--2010 Internet Systems Consortium ("ISC") |