Skip to content

Commit

Permalink
Deploying to gh-pages from @ e7757e3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2024
1 parent 18a37ad commit 0a10eed
Show file tree
Hide file tree
Showing 10 changed files with 145 additions and 145 deletions.
2 changes: 1 addition & 1 deletion schema/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<section class="content-header">
<div class="callout callout-info">
<h4>SchemaSpy Analysis of default</h4>
<p>Generated on Tue Sep 17 16:03 GMT 2024</p>
<p>Generated on Thu Sep 19 16:47 GMT 2024</p>
</div>
</section>
<!-- Main content -->
Expand Down
136 changes: 68 additions & 68 deletions schema/nrfc/columns.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,18 +223,18 @@ <h3 class="box-title">Columns</h3>
"comments": "<p>A code representing the type of a client.<\/p>"
},
{
"tableName": "submission_location_contact_xref",
"tableFileName": "submission_location_contact_xref",
"tableName": "submission_matching_detail",
"tableFileName": "submission_matching_detail",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>submission_contact_id",
"keyClass": "foreignKey",
"keyTitle": "Foreign Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>submission_id",
"type": "int4",
"length": 10,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": "<p>Incremental id generated for the contact details of a client.<\/p>"
"comments": "<p>Incremental id generated for a submission of a client.<\/p>"
},
{
"tableName": "client_type_code",
Expand Down Expand Up @@ -620,13 +620,13 @@ <h3 class="box-title">Columns</h3>
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "confirmed_match_userid",
"type": "varchar",
"length": 60,
"name": "submission_matching_processed_time",
"type": "timestamp",
"length": 29,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": "<p>The ID of the user submitting the changes.<\/p>"
"comments": "<p>The timestamp of when the processor started to process this specific entry<\/p>"
},
{
"tableName": "flyway_schema_history",
Expand Down Expand Up @@ -998,13 +998,13 @@ <h3 class="box-title">Columns</h3>
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "confirmed_match_status_ind",
"type": "varchar",
"length": 1,
"name": "confirmed_match_timestamp",
"type": "timestamp",
"length": 29,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": "<p>An indicator that determines whether a specific match has been approved, allowing the processing to continue, or denied, requiring immediate action to be taken during the submission process.<\/p>"
"comments": "<p>The timestamp when the changes happened.<\/p>"
},
{
"tableName": "client_type_code",
Expand Down Expand Up @@ -1320,13 +1320,13 @@ <h3 class="box-title">Columns</h3>
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "confirmed_match_message",
"name": "confirmed_match_userid",
"type": "varchar",
"length": 1000,
"length": 60,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": "<p>A field with the reason for the denial of the submission.<\/p>"
"comments": "<p>The ID of the user submitting the changes.<\/p>"
},
{
"tableName": "client_type_code",
Expand Down Expand Up @@ -1376,13 +1376,13 @@ <h3 class="box-title">Columns</h3>
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "confirmed_match_timestamp",
"type": "timestamp",
"length": 29,
"nullable": "",
"name": "submission_matching_processed",
"type": "bool",
"length": 1,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": "<p>The timestamp when the changes happened.<\/p>"
"defaultValue": "false",
"comments": "<p>A flag to indicate that the submission was finally processed.<\/p>"
},
{
"tableName": "submission",
Expand Down Expand Up @@ -1469,18 +1469,18 @@ <h3 class="box-title">Columns</h3>
"comments": "<p>The date and time the record was created or last updated.<\/p>"
},
{
"tableName": "submission_matching_detail",
"tableFileName": "submission_matching_detail",
"tableName": "submission_location_contact_xref",
"tableFileName": "submission_location_contact_xref",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "submission_matching_processed_time",
"type": "timestamp",
"length": 29,
"nullable": "",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>submission_contact_id",
"type": "int4",
"length": 10,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": "<p>The timestamp of when the processor started to process this specific entry<\/p>"
"comments": "<p>Incremental id generated for the contact details of a client.<\/p>"
},
{
"tableName": "identification_type_code",
Expand Down Expand Up @@ -1528,15 +1528,15 @@ <h3 class="box-title">Columns</h3>
"tableName": "submission_matching_detail",
"tableFileName": "submission_matching_detail",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>submission_matching_detail_id",
"type": "serial",
"length": 10,
"nullable": "",
"autoUpdated": "",
"defaultValue": "nextval('nrfc.submission_matching_detail_id_seq'::regclass)",
"comments": "<p>Incremental id generated for a submission matching detail of a client.<\/p>"
"keyClass": "",
"keyTitle": "",
"name": "matching_fields",
"type": "jsonb",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": "<p>A JSON object provides information about matches found in the existing database. The matches can result from fuzzy search, like matching a name pattern, or from exact equality, such as matching incorporation number or good standing status.<\/p>"
},
{
"tableName": "submission_location",
Expand Down Expand Up @@ -1682,15 +1682,15 @@ <h3 class="box-title">Columns</h3>
"tableName": "submission_matching_detail",
"tableFileName": "submission_matching_detail",
"tableType": "Table",
"keyClass": "foreignKey",
"keyTitle": "Foreign Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>submission_id",
"type": "int4",
"length": 10,
"nullable": "",
"keyClass": "",
"keyTitle": "",
"name": "confirmed_match_status_ind",
"type": "varchar",
"length": 1,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": "<p>Incremental id generated for a submission of a client.<\/p>"
"comments": "<p>An indicator that determines whether a specific match has been approved, allowing the processing to continue, or denied, requiring immediate action to be taken during the submission process.<\/p>"
},
{
"tableName": "submission_detail",
Expand Down Expand Up @@ -1763,18 +1763,18 @@ <h3 class="box-title">Columns</h3>
"comments": "<p>A code representing the type of a client.<\/p>"
},
{
"tableName": "submission_location_contact_xref",
"tableFileName": "submission_location_contact_xref",
"tableName": "submission_matching_detail",
"tableFileName": "submission_matching_detail",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>submission_location_id",
"type": "int4",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>submission_matching_detail_id",
"type": "serial",
"length": 10,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": "<p>Incremental id generated for a location of a client.<\/p>"
"autoUpdated": "",
"defaultValue": "nextval('nrfc.submission_matching_detail_id_seq'::regclass)",
"comments": "<p>Incremental id generated for a submission matching detail of a client.<\/p>"
},
{
"tableName": "submission",
Expand Down Expand Up @@ -1903,18 +1903,18 @@ <h3 class="box-title">Columns</h3>
"comments": "<p>The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>"
},
{
"tableName": "submission_matching_detail",
"tableFileName": "submission_matching_detail",
"tableName": "submission_location_contact_xref",
"tableFileName": "submission_location_contact_xref",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "submission_matching_processed",
"type": "bool",
"length": 1,
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>submission_location_id",
"type": "int4",
"length": 10,
"nullable": "",
"autoUpdated": "",
"defaultValue": "false",
"comments": "<p>A flag to indicate that the submission was finally processed.<\/p>"
"defaultValue": "null",
"comments": "<p>Incremental id generated for a location of a client.<\/p>"
},
{
"tableName": "submission_detail",
Expand Down Expand Up @@ -2272,13 +2272,13 @@ <h3 class="box-title">Columns</h3>
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "matching_fields",
"type": "jsonb",
"length": 2147483647,
"name": "confirmed_match_message",
"type": "varchar",
"length": 1000,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": "<p>A JSON object provides information about matches found in the existing database. The matches can result from fuzzy search, like matching a name pattern, or from exact equality, such as matching incorporation number or good standing status.<\/p>"
"comments": "<p>A field with the reason for the denial of the submission.<\/p>"
},
{
"tableName": "submission_type_code",
Expand Down
18 changes: 9 additions & 9 deletions schema/nrfc/constraints.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,54 +140,54 @@ <h3 class="box-title">17 Foreign Key Constraints</h3>
<td><span title='Restrict delete:&#10;Parent cannot be deleted if children exist'>Restrict delete</span></td>
</tr>
<tr>
<td>submission_contact_id_fk</td>
<td>submission_id_fk</td>
<td>
<table border='0' cellspacing='0' cellpadding='0'>
<tr>
<td><a href='tables/submission_location_contact_xref.html'>submission_location_contact_xref</a><span>.submission_contact_id</span></td>
<td><a href='tables/submission_matching_detail.html'>submission_matching_detail</a><span>.submission_id</span></td>
</tr>
</table>
</td>
<td>
<table border='0' cellspacing='0' cellpadding='0'>
<tr>
<td><a href='tables/submission_contact.html'>submission_contact</a><span>.submission_contact_id</span></td>
<td><a href='tables/submission.html'>submission</a><span>.submission_id</span></td>
</tr>
</table>
</td>
<td><span title='Restrict delete:&#10;Parent cannot be deleted if children exist'>Restrict delete</span></td>
</tr>
<tr>
<td>submission_location_id_fk</td>
<td>submission_contact_id_fk</td>
<td>
<table border='0' cellspacing='0' cellpadding='0'>
<tr>
<td><a href='tables/submission_location_contact_xref.html'>submission_location_contact_xref</a><span>.submission_location_id</span></td>
<td><a href='tables/submission_location_contact_xref.html'>submission_location_contact_xref</a><span>.submission_contact_id</span></td>
</tr>
</table>
</td>
<td>
<table border='0' cellspacing='0' cellpadding='0'>
<tr>
<td><a href='tables/submission_location.html'>submission_location</a><span>.submission_location_id</span></td>
<td><a href='tables/submission_contact.html'>submission_contact</a><span>.submission_contact_id</span></td>
</tr>
</table>
</td>
<td><span title='Restrict delete:&#10;Parent cannot be deleted if children exist'>Restrict delete</span></td>
</tr>
<tr>
<td>submission_id_fk</td>
<td>submission_location_id_fk</td>
<td>
<table border='0' cellspacing='0' cellpadding='0'>
<tr>
<td><a href='tables/submission_matching_detail.html'>submission_matching_detail</a><span>.submission_id</span></td>
<td><a href='tables/submission_location_contact_xref.html'>submission_location_contact_xref</a><span>.submission_location_id</span></td>
</tr>
</table>
</td>
<td>
<table border='0' cellspacing='0' cellpadding='0'>
<tr>
<td><a href='tables/submission.html'>submission</a><span>.submission_id</span></td>
<td><a href='tables/submission_location.html'>submission_location</a><span>.submission_location_id</span></td>
</tr>
</table>
</td>
Expand Down
24 changes: 12 additions & 12 deletions schema/nrfc/diagrams/summary/relationships.implied.compact.dot
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,6 @@ digraph "compactImpliedRelationshipsDiagram" {
target="_top"
tooltip="client_type_code"
];
"submission_location_contact_xref" [
label=<
<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff">
<TR><TD COLSPAN="3" BGCOLOR="#f5f5f5"><TABLE BORDER="0" CELLSPACING="0"><TR><TD ALIGN="LEFT" FIXEDSIZE="TRUE" WIDTH="200" HEIGHT="16"><B>submission_location_contact_xref</B></TD><TD ALIGN="RIGHT">[table]</TD></TR></TABLE></TD></TR>
<TR><TD PORT="submission_location_id" COLSPAN="3" ALIGN="LEFT"><TABLE BORDER="0" CELLSPACING="0" ALIGN="LEFT"><TR ALIGN="LEFT"><TD ALIGN="LEFT" FIXEDSIZE="TRUE" WIDTH="15" HEIGHT="16"><IMG SRC="../../images/primaryKeys.png"/></TD><TD ALIGN="LEFT" FIXEDSIZE="TRUE" WIDTH="200" HEIGHT="16">submission_location_id</TD></TR></TABLE></TD></TR>
<TR><TD PORT="submission_contact_id" COLSPAN="3" ALIGN="LEFT"><TABLE BORDER="0" CELLSPACING="0" ALIGN="LEFT"><TR ALIGN="LEFT"><TD ALIGN="LEFT" FIXEDSIZE="TRUE" WIDTH="15" HEIGHT="16"><IMG SRC="../../images/primaryKeys.png"/></TD><TD ALIGN="LEFT" FIXEDSIZE="TRUE" WIDTH="200" HEIGHT="16">submission_contact_id</TD></TR></TABLE></TD></TR>
<TR><TD ALIGN="LEFT" BGCOLOR="#ffffff">&lt; 2</TD><TD ALIGN="RIGHT" BGCOLOR="#ffffff"> </TD><TD ALIGN="RIGHT" BGCOLOR="#ffffff"> </TD></TR>
</TABLE>>
URL="tables/submission_location_contact_xref.html"
target="_top"
tooltip="submission_location_contact_xref"
];
"submission_matching_detail" [
label=<
<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff">
Expand All @@ -63,6 +51,18 @@ digraph "compactImpliedRelationshipsDiagram" {
target="_top"
tooltip="submission_matching_detail"
];
"submission_location_contact_xref" [
label=<
<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff">
<TR><TD COLSPAN="3" BGCOLOR="#f5f5f5"><TABLE BORDER="0" CELLSPACING="0"><TR><TD ALIGN="LEFT" FIXEDSIZE="TRUE" WIDTH="200" HEIGHT="16"><B>submission_location_contact_xref</B></TD><TD ALIGN="RIGHT">[table]</TD></TR></TABLE></TD></TR>
<TR><TD PORT="submission_location_id" COLSPAN="3" ALIGN="LEFT"><TABLE BORDER="0" CELLSPACING="0" ALIGN="LEFT"><TR ALIGN="LEFT"><TD ALIGN="LEFT" FIXEDSIZE="TRUE" WIDTH="15" HEIGHT="16"><IMG SRC="../../images/primaryKeys.png"/></TD><TD ALIGN="LEFT" FIXEDSIZE="TRUE" WIDTH="200" HEIGHT="16">submission_location_id</TD></TR></TABLE></TD></TR>
<TR><TD PORT="submission_contact_id" COLSPAN="3" ALIGN="LEFT"><TABLE BORDER="0" CELLSPACING="0" ALIGN="LEFT"><TR ALIGN="LEFT"><TD ALIGN="LEFT" FIXEDSIZE="TRUE" WIDTH="15" HEIGHT="16"><IMG SRC="../../images/primaryKeys.png"/></TD><TD ALIGN="LEFT" FIXEDSIZE="TRUE" WIDTH="200" HEIGHT="16">submission_contact_id</TD></TR></TABLE></TD></TR>
<TR><TD ALIGN="LEFT" BGCOLOR="#ffffff">&lt; 2</TD><TD ALIGN="RIGHT" BGCOLOR="#ffffff"> </TD><TD ALIGN="RIGHT" BGCOLOR="#ffffff"> </TD></TR>
</TABLE>>
URL="tables/submission_location_contact_xref.html"
target="_top"
tooltip="submission_location_contact_xref"
];
"submission" [
label=<
<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff">
Expand Down
Loading

0 comments on commit 0a10eed

Please sign in to comment.