Skip to content

Commit

Permalink
Merge pull request #113 from tj-actions/renovate/postgres-16.x
Browse files Browse the repository at this point in the history
chore(deps): update postgres docker tag to v16
  • Loading branch information
repo-ranger[bot] authored Sep 16, 2023
2 parents 28be2d4 + 91f341d commit c3ae252
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 37 deletions.
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:15.4
image: postgres:16.0
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 Fri Aug 11 23:13 GMT 2023</p>
<p>Generated on Sat Sep 16 02:14 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 - 15.4 (Debian 15.4-1.pgdg120+1)</p>
<p>Database Type: PostgreSQL - 16.0 (Debian 16.0-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 Fri Aug 11 23:13 GMT 2023</p>
<p>Generated on Sat Sep 16 02:14 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 - 15.4 (Debian 15.4-1.pgdg120+1)</p>
<p>Database Type: PostgreSQL - 16.0 (Debian 16.0-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-08-11 23:13:17+0000
os=Linux 5.15.0-1042-azure
date=2023-09-16 02:14:10+0000
os=Linux 6.2.0-1011-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 Fri Aug 11 23:13 GMT 2023</p>
<p>Generated on Sat Sep 16 02:14 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 - 15.4 (Debian 15.4-1.pgdg120+1)</p>
<p>Database Type: PostgreSQL - 16.0 (Debian 16.0-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-08-11 23:13:18+0000
os=Linux 5.15.0-1042-azure
date=2023-09-16 02:14:12+0000
os=Linux 6.2.0-1011-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
42 changes: 21 additions & 21 deletions docs/public/columns.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,14 @@ <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,
"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": ""
},
{
Expand Down Expand Up @@ -156,9 +156,9 @@ <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",
"keyClass": "",
"keyTitle": "",
"name": "password",
"type": "varchar",
"length": 50,
"nullable": "",
Expand All @@ -170,25 +170,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": "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": "nextval('accounts_user_id_seq'::regclass)",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "accounts",
"tableFileName": "accounts",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "password",
"keyClass": "indexedColumn",
"keyTitle": "Indexed",
"name": "<i class='fa fa-sitemap fa-rotate-120' style='padding-right: 5px;'><\/i>email",
"type": "varchar",
"length": 50,
"length": 255,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
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 Fri Aug 11 23:13 GMT 2023</p>
<p>Generated on Sat Sep 16 02:14 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 - 15.4 (Debian 15.4-1.pgdg120+1)</p>
<p>Database Type: PostgreSQL - 16.0 (Debian 16.0-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-08-11 23:13:19+0000
os=Linux 5.15.0-1042-azure
date=2023-09-16 02:14:13+0000
os=Linux 6.2.0-1011-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 - 15.4 (Debian 15.4-1.pgdg120+1)">
<?xml version="1.0" encoding="UTF-8"?><database name="testdb" schema="public" type="PostgreSQL - 16.0 (Debian 16.0-1.pgdg120+1)">
<sequences>
<sequence increment="1" name="accounts_user_id_seq" startValue="1"/>
</sequences>
Expand Down

0 comments on commit c3ae252

Please sign in to comment.