Skip to content

Commit

Permalink
Deploying to gh-pages from @ 59868a2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Dec 28, 2024
1 parent b752bc8 commit ac30349
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion 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 Dec 21 11:04 GMT 2024</p>
<p>Generated on Sat Dec 28 11:04 GMT 2024</p>
</div>
</section>
<!-- Main content -->
Expand Down
70 changes: 35 additions & 35 deletions users/columns.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ <h3 class="box-title">Columns</h3>
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "type",
"name": "script",
"type": "varchar",
"length": 20,
"length": 1000,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
Expand All @@ -130,10 +130,10 @@ <h3 class="box-title">Columns</h3>
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "script",
"type": "varchar",
"length": 1000,
"nullable": "",
"name": "checksum",
"type": "int4",
"length": 10,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
Expand All @@ -144,12 +144,12 @@ <h3 class="box-title">Columns</h3>
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "installed_on",
"type": "timestamp",
"length": 29,
"name": "execution_time",
"type": "int4",
"length": 10,
"nullable": "",
"autoUpdated": "",
"defaultValue": "now()",
"defaultValue": "null",
"comments": ""
},
{
Expand All @@ -158,14 +158,28 @@ <h3 class="box-title">Columns</h3>
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "description",
"name": "type",
"type": "varchar",
"length": 200,
"length": 20,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "flyway_schema_history",
"tableFileName": "flyway_schema_history",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "version",
"type": "varchar",
"length": 50,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "flyway_schema_history",
"tableFileName": "flyway_schema_history",
Expand Down Expand Up @@ -200,12 +214,12 @@ <h3 class="box-title">Columns</h3>
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "execution_time",
"type": "int4",
"length": 10,
"name": "installed_on",
"type": "timestamp",
"length": 29,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"defaultValue": "now()",
"comments": ""
},
{
Expand All @@ -214,9 +228,9 @@ <h3 class="box-title">Columns</h3>
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "installed_by",
"name": "description",
"type": "varchar",
"length": 100,
"length": 200,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
Expand All @@ -228,24 +242,10 @@ <h3 class="box-title">Columns</h3>
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "version",
"name": "installed_by",
"type": "varchar",
"length": 50,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "flyway_schema_history",
"tableFileName": "flyway_schema_history",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "checksum",
"type": "int4",
"length": 10,
"nullable": "√",
"length": 100,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
Expand Down
2 changes: 1 addition & 1 deletion 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 Dec 21 11:04 GMT 2024</p>
<p>Generated on Sat Dec 28 11:04 GMT 2024</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion users/info-html.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
date=2024-12-21 11:04:40+0000
date=2024-12-28 11:04:50+0000
os=Linux 6.8.0-1017-azure
schemaspy-version=6.2.4
schemaspy-build=6.2.4.41 2023-07-21 11:15:12
Expand Down

0 comments on commit ac30349

Please sign in to comment.