diff options
Diffstat (limited to 'schemas')
-rw-r--r-- | schemas/relaxng/left-right-schema.rnc | 4 | ||||
-rw-r--r-- | schemas/relaxng/publication-schema.rnc | 4 | ||||
-rw-r--r-- | schemas/sql/rpkid.sql | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/schemas/relaxng/left-right-schema.rnc b/schemas/relaxng/left-right-schema.rnc index b46adeb5..81c1e1e1 100644 --- a/schemas/relaxng/left-right-schema.rnc +++ b/schemas/relaxng/left-right-schema.rnc @@ -5,11 +5,11 @@ # Copyright (C) 2012--2014 Dragon Research Labs ("DRL") # Portions copyright (C) 2009--2011 Internet Systems Consortium ("ISC") # Portions copyright (C) 2007--2008 American Registry for Internet Numbers ("ARIN") -# +# # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above # copyright notices and this permission notice appear in all copies. -# +# # THE SOFTWARE IS PROVIDED "AS IS" AND DRL, ISC, AND ARIN DISCLAIM ALL # WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED # WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DRL, diff --git a/schemas/relaxng/publication-schema.rnc b/schemas/relaxng/publication-schema.rnc index 4353ae80..960922e0 100644 --- a/schemas/relaxng/publication-schema.rnc +++ b/schemas/relaxng/publication-schema.rnc @@ -5,11 +5,11 @@ # Copyright (C) 2012--2014 Dragon Research Labs ("DRL") # Portions copyright (C) 2009--2011 Internet Systems Consortium ("ISC") # Portions copyright (C) 2007--2008 American Registry for Internet Numbers ("ARIN") -# +# # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above # copyright notices and this permission notice appear in all copies. -# +# # THE SOFTWARE IS PROVIDED "AS IS" AND DRL, ISC, AND ARIN DISCLAIM ALL # WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED # WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DRL, diff --git a/schemas/sql/rpkid.sql b/schemas/sql/rpkid.sql index a7e3dc0a..ad0c39b0 100644 --- a/schemas/sql/rpkid.sql +++ b/schemas/sql/rpkid.sql @@ -158,7 +158,7 @@ CREATE TABLE child ( self_id BIGINT UNSIGNED NOT NULL, bsc_id BIGINT UNSIGNED NOT NULL, PRIMARY KEY (child_id), - CONSTRAINT child_bsc_id + CONSTRAINT child_bsc_id FOREIGN KEY (bsc_id) REFERENCES bsc (bsc_id) ON DELETE CASCADE, CONSTRAINT child_self_id FOREIGN KEY (self_id) REFERENCES self (self_id) ON DELETE CASCADE, |