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 fac7d8c commit f432355
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 37 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 Nov 14 04:18 GMT 2023</p>
<p>Generated on Mon Dec 04 23:37 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 Nov 14 04:18 GMT 2023</p>
<p>Generated on Mon Dec 04 23:37 GMT 2023</p>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/information_schema/info-html.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
date=2023-11-14 04:18:45+0000
os=Linux 6.2.0-1015-azure
date=2023-12-04 23:37:24+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
renderer=Graphviz dot 2.47.1
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 Nov 14 04:18 GMT 2023</p>
<p>Generated on Mon Dec 04 23:37 GMT 2023</p>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/pg_catalog/info-html.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
date=2023-11-14 04:18:46+0000
os=Linux 6.2.0-1015-azure
date=2023-12-04 23:37:25+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
renderer=Graphviz dot 2.47.1
54 changes: 27 additions & 27 deletions docs/public/columns.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,29 +110,15 @@ <h3 class="box-title">Columns</h3>
</section>
<script>
var tableData = [
{
"tableName": "accounts",
"tableFileName": "accounts",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "password",
"type": "varchar",
"length": 50,
"nullable": "",
"autoUpdated": "",
"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>email",
"name": "<i class='fa fa-sitemap fa-rotate-120' style='padding-right: 5px;'><\/i>username",
"type": "varchar",
"length": 255,
"length": 50,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
Expand All @@ -142,12 +128,12 @@ <h3 class="box-title">Columns</h3>
"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": "",
"keyClass": "",
"keyTitle": "",
"name": "last_login",
"type": "timestamp",
"length": 29,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
Expand All @@ -166,15 +152,29 @@ <h3 class="box-title">Columns</h3>
"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>email",
"type": "varchar",
"length": 255,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "accounts",
"tableFileName": "accounts",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "created_on",
"type": "timestamp",
"length": 29,
"name": "password",
"type": "varchar",
"length": 50,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
Expand All @@ -186,10 +186,10 @@ <h3 class="box-title">Columns</h3>
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "last_login",
"name": "created_on",
"type": "timestamp",
"length": 29,
"nullable": "",
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
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 Nov 14 04:18 GMT 2023</p>
<p>Generated on Mon Dec 04 23:37 GMT 2023</p>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/public/info-html.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
date=2023-11-14 04:18:47+0000
os=Linux 6.2.0-1015-azure
date=2023-12-04 23:37:26+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
renderer=Graphviz dot 2.47.1

0 comments on commit f432355

Please sign in to comment.