Skip to content

Commit

Permalink
Deploying to gh-pages from @ c8ebb4a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dallascrichmond committed Oct 5, 2024
1 parent f3aa4e8 commit 24a3a92
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 59 deletions.
4 changes: 2 additions & 2 deletions schemaspy/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 Sat Sep 21 11:02 GMT 2024</p>
<p>Generated on Sat Oct 05 11:02 GMT 2024</p>
</div>
</section>
<!-- Main content -->
Expand All @@ -60,7 +60,7 @@ <h3 class="box-title">Database Properties</h3>
<span class="label label-primary pull-right"><i class="fa fa-cog fa-2x"></i></span>
</div><!-- /.box-header -->
<div class="box-body">
<p>Database Type: PostgreSQL - 16.4 (Debian 16.4-1.pgdg110+1)</p>
<p>Database Type: PostgreSQL - 16.4 (Debian 16.4-1.pgdg110+2)</p>
</div><!-- /.box-body -->
</div>
<div class="box box-primary">
Expand Down
106 changes: 53 additions & 53 deletions schemaspy/users/columns.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,18 +110,32 @@ <h3 class="box-title">Columns</h3>
</section>
<script>
var tableData = [
{
"tableName": "users",
"tableFileName": "users",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>id",
"type": "numeric",
"length": 0,
"nullable": "",
"autoUpdated": "√",
"defaultValue": "nextval('users.\"USER_SEQ\"'::regclass)",
"comments": ""
},
{
"tableName": "flyway_schema_history",
"tableFileName": "flyway_schema_history",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "installed_on",
"type": "timestamp",
"length": 29,
"name": "installed_by",
"type": "varchar",
"length": 100,
"nullable": "",
"autoUpdated": "",
"defaultValue": "now()",
"defaultValue": "null",
"comments": ""
},
{
Expand All @@ -130,9 +144,9 @@ <h3 class="box-title">Columns</h3>
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "type",
"type": "varchar",
"length": 20,
"name": "execution_time",
"type": "int4",
"length": 10,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
Expand All @@ -144,12 +158,12 @@ <h3 class="box-title">Columns</h3>
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "checksum",
"type": "int4",
"length": 10,
"nullable": "",
"name": "installed_on",
"type": "timestamp",
"length": 29,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"defaultValue": "now()",
"comments": ""
},
{
Expand All @@ -158,23 +172,23 @@ <h3 class="box-title">Columns</h3>
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "script",
"name": "description",
"type": "varchar",
"length": 1000,
"length": 200,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "flyway_schema_history",
"tableFileName": "flyway_schema_history",
"tableName": "users",
"tableFileName": "users",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "execution_time",
"type": "int4",
"length": 10,
"name": "name",
"type": "varchar",
"length": 200,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
Expand All @@ -186,10 +200,10 @@ <h3 class="box-title">Columns</h3>
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "installed_by",
"name": "version",
"type": "varchar",
"length": 100,
"nullable": "",
"length": 50,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
Expand All @@ -209,42 +223,42 @@ <h3 class="box-title">Columns</h3>
"comments": ""
},
{
"tableName": "flyway_schema_history",
"tableFileName": "flyway_schema_history",
"tableName": "users",
"tableFileName": "users",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "version",
"name": "email",
"type": "varchar",
"length": 50,
"nullable": "",
"length": 200,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "users",
"tableFileName": "users",
"tableName": "flyway_schema_history",
"tableFileName": "flyway_schema_history",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "name",
"name": "script",
"type": "varchar",
"length": 200,
"length": 1000,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "users",
"tableFileName": "users",
"tableName": "flyway_schema_history",
"tableFileName": "flyway_schema_history",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "email",
"name": "type",
"type": "varchar",
"length": 200,
"length": 20,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
Expand All @@ -270,27 +284,13 @@ <h3 class="box-title">Columns</h3>
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "description",
"type": "varchar",
"length": 200,
"nullable": "",
"name": "checksum",
"type": "int4",
"length": 10,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "users",
"tableFileName": "users",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>id",
"type": "numeric",
"length": 0,
"nullable": "",
"autoUpdated": "√",
"defaultValue": "nextval('users.\"USER_SEQ\"'::regclass)",
"comments": ""
}
];
var config = {
Expand Down
2 changes: 1 addition & 1 deletion schemaspy/users/default.users.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?><database name="default" schema="users" type="PostgreSQL - 16.4 (Debian 16.4-1.pgdg110+1)">
<?xml version="1.0" encoding="UTF-8"?><database name="default" schema="users" type="PostgreSQL - 16.4 (Debian 16.4-1.pgdg110+2)">
<sequences>
<sequence increment="1" name="USER_SEQ" startValue="1"/>
</sequences>
Expand Down
4 changes: 2 additions & 2 deletions schemaspy/users/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 default.users</h4>
<p>Generated on Sat Sep 21 11:02 GMT 2024</p>
<p>Generated on Sat Oct 05 11:02 GMT 2024</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -168,7 +168,7 @@ <h3 class="box-title">Database Properties</h3>
<span class="label label-primary pull-right"><i class="fa fa-cog fa-2x"></i></span>
</div><!-- /.box-header -->
<div class="box-body">
<p>Database Type: PostgreSQL - 16.4 (Debian 16.4-1.pgdg110+1)</p>
<p>Database Type: PostgreSQL - 16.4 (Debian 16.4-1.pgdg110+2)</p>
</div><!-- /.box-body -->
</div>
<div class="box box-primary">
Expand Down
2 changes: 1 addition & 1 deletion schemaspy/users/info-html.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
date=2024-09-21 11:02:31+0000
date=2024-10-05 11:02:22+0000
os=Linux 6.8.0-1014-azure
schemaspy-version=6.2.4
schemaspy-build=6.2.4.41 2023-07-21 11:15:12
Expand Down

0 comments on commit 24a3a92

Please sign in to comment.