Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update postgres docker tag to v16.1 #118

Merged
merged 3 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Test schemaspy
services:
postgres:
image: postgres:16.0
image: postgres:16.1
env:
POSTGRES_USER: test_user
POSTGRES_PASSWORD: test_user_password
Expand Down
4 changes: 2 additions & 2 deletions 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 Sat Sep 16 02:14 GMT 2023</p>
<p>Generated on Tue Nov 14 04:18 GMT 2023</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.0 (Debian 16.0-1.pgdg120+1)</p>
<p>Database Type: PostgreSQL - 16.1 (Debian 16.1-1.pgdg120+1)</p>
</div><!-- /.box-body -->
</div>
<div class="box box-primary">
Expand Down
4 changes: 2 additions & 2 deletions 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 Sat Sep 16 02:14 GMT 2023</p>
<p>Generated on Tue Nov 14 04:18 GMT 2023</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.0 (Debian 16.0-1.pgdg120+1)</p>
<p>Database Type: PostgreSQL - 16.1 (Debian 16.1-1.pgdg120+1)</p>
</div><!-- /.box-body -->
</div>
<div class="box box-primary">
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-09-16 02:14:10+0000
os=Linux 6.2.0-1011-azure
date=2023-11-14 04:18:45+0000
os=Linux 6.2.0-1015-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
4 changes: 2 additions & 2 deletions 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 Sat Sep 16 02:14 GMT 2023</p>
<p>Generated on Tue Nov 14 04:18 GMT 2023</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.0 (Debian 16.0-1.pgdg120+1)</p>
<p>Database Type: PostgreSQL - 16.1 (Debian 16.1-1.pgdg120+1)</p>
</div><!-- /.box-body -->
</div>
<div class="box box-primary">
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-09-16 02:14:12+0000
os=Linux 6.2.0-1011-azure
date=2023-11-14 04:18:46+0000
os=Linux 6.2.0-1015-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
72 changes: 36 additions & 36 deletions docs/public/columns.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,25 +114,25 @@ <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,
"keyClass": "",
"keyTitle": "",
"name": "password",
"type": "varchar",
"length": 50,
"nullable": "",
"autoUpdated": "√",
"defaultValue": "nextval('accounts_user_id_seq'::regclass)",
"autoUpdated": "",
"defaultValue": "null",
"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>email",
"type": "varchar",
"length": 255,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
Expand All @@ -142,12 +142,12 @@ <h3 class="box-title">Columns</h3>
"tableName": "accounts",
"tableFileName": "accounts",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "last_login",
"type": "timestamp",
"length": 29,
"nullable": "√",
"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": ""
Expand All @@ -156,25 +156,25 @@ <h3 class="box-title">Columns</h3>
"tableName": "accounts",
"tableFileName": "accounts",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "password",
"type": "varchar",
"length": 50,
"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": "null",
"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,
"keyClass": "",
"keyTitle": "",
"name": "created_on",
"type": "timestamp",
"length": 29,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
Expand All @@ -184,12 +184,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>email",
"type": "varchar",
"length": 255,
"nullable": "",
"keyClass": "",
"keyTitle": "",
"name": "last_login",
"type": "timestamp",
"length": 29,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
Expand Down
4 changes: 2 additions & 2 deletions 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 Sat Sep 16 02:14 GMT 2023</p>
<p>Generated on Tue Nov 14 04:18 GMT 2023</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.0 (Debian 16.0-1.pgdg120+1)</p>
<p>Database Type: PostgreSQL - 16.1 (Debian 16.1-1.pgdg120+1)</p>
</div><!-- /.box-body -->
</div>
<div class="box box-primary">
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-09-16 02:14:13+0000
os=Linux 6.2.0-1011-azure
date=2023-11-14 04:18:47+0000
os=Linux 6.2.0-1015-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/public/testdb.public.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?><database name="testdb" schema="public" type="PostgreSQL - 16.0 (Debian 16.0-1.pgdg120+1)">
<?xml version="1.0" encoding="UTF-8"?><database name="testdb" schema="public" type="PostgreSQL - 16.1 (Debian 16.1-1.pgdg120+1)">
<sequences>
<sequence increment="1" name="accounts_user_id_seq" startValue="1"/>
</sequences>
Expand Down