Skip to content

Commit

Permalink
Updated Schema docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jackton1 committed Dec 5, 2023
1 parent 6bd1bb1 commit 7838e1c
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion docs/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 testdb</h4>
<p>Generated on Tue Dec 05 02:58 GMT 2023</p>
<p>Generated on Tue Dec 05 02:59 GMT 2023</p>
</div>
</section>
<!-- Main content -->
Expand Down
2 changes: 1 addition & 1 deletion docs/information_schema/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h1>Tables</h1><br />
<div class="col-md-12">
<div class="callout callout-info">
<h4>SchemaSpy Analysis of testdb</h4>
<p>Generated on Tue Dec 05 02:58 GMT 2023</p>
<p>Generated on Tue Dec 05 02:59 GMT 2023</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/information_schema/info-html.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
date=2023-12-05 02:58:35+0000
date=2023-12-05 02:59:31+0000
os=Linux 6.2.0-1016-azure
schemaspy-version=6.1.1-SNAPSHOT
schemaspy-build=6.1.1-SNAPSHOT.41 2022-10-29 22:04:50
Expand Down
2 changes: 1 addition & 1 deletion docs/pg_catalog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h1>Tables</h1><br />
<div class="col-md-12">
<div class="callout callout-info">
<h4>SchemaSpy Analysis of testdb</h4>
<p>Generated on Tue Dec 05 02:58 GMT 2023</p>
<p>Generated on Tue Dec 05 02:59 GMT 2023</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/pg_catalog/info-html.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
date=2023-12-05 02:58:36+0000
date=2023-12-05 02:59:32+0000
os=Linux 6.2.0-1016-azure
schemaspy-version=6.1.1-SNAPSHOT
schemaspy-build=6.1.1-SNAPSHOT.41 2022-10-29 22:04:50
Expand Down
28 changes: 14 additions & 14 deletions docs/public/columns.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,20 @@ <h3 class="box-title">Columns</h3>
"defaultValue": "null",
"comments": ""
},
{
"tableName": "accounts",
"tableFileName": "accounts",
"tableType": "Table",
"keyClass": "indexedColumn",
"keyTitle": "Indexed",
"name": "<i class='fa fa-sitemap fa-rotate-120' style='padding-right: 5px;'><\/i>username",
"type": "varchar",
"length": 50,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "accounts",
"tableFileName": "accounts",
Expand Down Expand Up @@ -179,20 +193,6 @@ <h3 class="box-title">Columns</h3>
"autoUpdated": "√",
"defaultValue": "nextval('accounts_user_id_seq'::regclass)",
"comments": ""
},
{
"tableName": "accounts",
"tableFileName": "accounts",
"tableType": "Table",
"keyClass": "indexedColumn",
"keyTitle": "Indexed",
"name": "<i class='fa fa-sitemap fa-rotate-120' style='padding-right: 5px;'><\/i>username",
"type": "varchar",
"length": 50,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
}
];
var config = {
Expand Down
2 changes: 1 addition & 1 deletion docs/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h1>Tables</h1><br />
<div class="col-md-12">
<div class="callout callout-info">
<h4>SchemaSpy Analysis of testdb</h4>
<p>Generated on Tue Dec 05 02:58 GMT 2023</p>
<p>Generated on Tue Dec 05 02:59 GMT 2023</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/public/info-html.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
date=2023-12-05 02:58:37+0000
date=2023-12-05 02:59:32+0000
os=Linux 6.2.0-1016-azure
schemaspy-version=6.1.1-SNAPSHOT
schemaspy-build=6.1.1-SNAPSHOT.41 2022-10-29 22:04:50
Expand Down

0 comments on commit 7838e1c

Please sign in to comment.