Skip to content

Commit

Permalink
Merge 313ec96 into 37865ce
Browse files Browse the repository at this point in the history
  • Loading branch information
tj-actions-bot authored Dec 5, 2023
2 parents 37865ce + 313ec96 commit 2b23883
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 37 deletions.
25 changes: 25 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

# [2.7](https://github.com/tj-actions/schemaspy/compare/v2.6...v2.7) - (2023-12-04)

## <!-- 26 -->🔄 Update

- Updated README.md ([#130](https://github.com/tj-actions/schemaspy/issues/130))

Co-authored-by: jackton1 <jackton1@users.noreply.github.com> ([f68614f](https://github.com/tj-actions/schemaspy/commit/f68614f63636e0057ccaad4d70fa74aaff209e12)) - (tj-actions[bot])
- Update Dockerfile -- curl syntax ([#127](https://github.com/tj-actions/schemaspy/issues/127))

([5abea0c](https://github.com/tj-actions/schemaspy/commit/5abea0ca8cb1a2ed440fdf2e6fb62798368332d7)) - (wschuell)

## <!-- 3 -->📚 Documentation

- Add wschuell as a contributor for bug, and code ([#129](https://github.com/tj-actions/schemaspy/issues/129)) ([43612ee](https://github.com/tj-actions/schemaspy/commit/43612ee1434aa026dc09210c5a00b2f51e8a116b)) - (allcontributors[bot])

## <!-- 7 -->⚙️ Miscellaneous Tasks

- Update test to use Dockerfile ([#128](https://github.com/tj-actions/schemaspy/issues/128)) ([ebeeed4](https://github.com/tj-actions/schemaspy/commit/ebeeed4a1cc4e317829063ebae68ddbac9f1a01b)) - (Tonye Jack)

## <!-- 9 -->⬆️ Upgrades

- Upgraded to v2.6 ([#126](https://github.com/tj-actions/schemaspy/issues/126))

Co-authored-by: jackton1 <jackton1@users.noreply.github.com> ([83c52f2](https://github.com/tj-actions/schemaspy/commit/83c52f2e81a5c2e55e8fb2feb43209e043d64a06)) - (tj-actions[bot])

# [2.6](https://github.com/tj-actions/schemaspy/compare/v2.5...v2.6) - (2023-12-02)

## <!-- 16 -->➕ Add
Expand Down
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 Tue Dec 05 03:14 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 Tue Dec 05 03:14 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-05 03:14:49+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 Tue Dec 05 03:14 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-05 03:14:49+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,6 +110,20 @@ <h3 class="box-title">Columns</h3>
</section>
<script>
var tableData = [
{
"tableName": "accounts",
"tableFileName": "accounts",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>user_id",
"type": "serial",
"length": 10,
"nullable": "",
"autoUpdated": "√",
"defaultValue": "nextval('accounts_user_id_seq'::regclass)",
"comments": ""
},
{
"tableName": "accounts",
"tableFileName": "accounts",
Expand Down Expand Up @@ -142,12 +156,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 @@ -156,25 +170,11 @@ <h3 class="box-title">Columns</h3>
"tableName": "accounts",
"tableFileName": "accounts",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>user_id",
"type": "serial",
"length": 10,
"nullable": "",
"autoUpdated": "√",
"defaultValue": "nextval('accounts_user_id_seq'::regclass)",
"comments": ""
},
{
"tableName": "accounts",
"tableFileName": "accounts",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "created_on",
"type": "timestamp",
"length": 29,
"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",
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 Tue Dec 05 03:14 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-05 03:14:50+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 2b23883

Please sign in to comment.