diff options
Diffstat (limited to 'rpkid/rpki-db-schema.sql')
-rw-r--r-- | rpkid/rpki-db-schema.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rpkid/rpki-db-schema.sql b/rpkid/rpki-db-schema.sql index d62e0dd2..1b4005f1 100644 --- a/rpkid/rpki-db-schema.sql +++ b/rpkid/rpki-db-schema.sql @@ -14,6 +14,8 @@ -- OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -- PERFORMANCE OF THIS SOFTWARE. +-- SQL objects needed by the RPKI engine (rpkid.py). + DROP TABLE IF EXISTS self; CREATE TABLE self ( |