From 19bf933860f8188b5162d442a2fdc8eb940c655b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:17:56 +0000 Subject: [PATCH 1/2] chore(deps): update postgres docker tag to v16.1 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b2adc176..043588e0e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 From d5254eebc9d45e38d6a1bb7418c71c5aa1ab34fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Nov 2023 04:18:48 +0000 Subject: [PATCH 2/2] Updated Schema docs. --- docs/index.html | 4 +- docs/information_schema/index.html | 4 +- docs/information_schema/info-html.txt | 4 +- docs/pg_catalog/index.html | 4 +- docs/pg_catalog/info-html.txt | 4 +- docs/public/columns.html | 72 +++++++++++++-------------- docs/public/index.html | 4 +- docs/public/info-html.txt | 4 +- docs/public/testdb.public.xml | 2 +- 9 files changed, 51 insertions(+), 51 deletions(-) diff --git a/docs/index.html b/docs/index.html index 28ae23f04..757c9a90e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -49,7 +49,7 @@

SchemaSpy Analysis of testdb

-

Generated on Sat Sep 16 02:14 GMT 2023

+

Generated on Tue Nov 14 04:18 GMT 2023

@@ -60,7 +60,7 @@

Database Properties

-

Database Type: PostgreSQL - 16.0 (Debian 16.0-1.pgdg120+1)

+

Database Type: PostgreSQL - 16.1 (Debian 16.1-1.pgdg120+1)

diff --git a/docs/information_schema/index.html b/docs/information_schema/index.html index f56e4142a..5e600e64a 100644 --- a/docs/information_schema/index.html +++ b/docs/information_schema/index.html @@ -78,7 +78,7 @@

Tables


SchemaSpy Analysis of testdb

-

Generated on Sat Sep 16 02:14 GMT 2023

+

Generated on Tue Nov 14 04:18 GMT 2023

@@ -168,7 +168,7 @@

Database Properties

-

Database Type: PostgreSQL - 16.0 (Debian 16.0-1.pgdg120+1)

+

Database Type: PostgreSQL - 16.1 (Debian 16.1-1.pgdg120+1)

diff --git a/docs/information_schema/info-html.txt b/docs/information_schema/info-html.txt index 7cc3e75e4..44d0e95a3 100644 --- a/docs/information_schema/info-html.txt +++ b/docs/information_schema/info-html.txt @@ -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 diff --git a/docs/pg_catalog/index.html b/docs/pg_catalog/index.html index 9e7d35615..8171f5c13 100644 --- a/docs/pg_catalog/index.html +++ b/docs/pg_catalog/index.html @@ -78,7 +78,7 @@

Tables


SchemaSpy Analysis of testdb

-

Generated on Sat Sep 16 02:14 GMT 2023

+

Generated on Tue Nov 14 04:18 GMT 2023

@@ -168,7 +168,7 @@

Database Properties

-

Database Type: PostgreSQL - 16.0 (Debian 16.0-1.pgdg120+1)

+

Database Type: PostgreSQL - 16.1 (Debian 16.1-1.pgdg120+1)

diff --git a/docs/pg_catalog/info-html.txt b/docs/pg_catalog/info-html.txt index 58c000dea..61e47604b 100644 --- a/docs/pg_catalog/info-html.txt +++ b/docs/pg_catalog/info-html.txt @@ -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 diff --git a/docs/public/columns.html b/docs/public/columns.html index ec7fcb3db..6641ce7c6 100644 --- a/docs/public/columns.html +++ b/docs/public/columns.html @@ -114,25 +114,25 @@

Columns

"tableName": "accounts", "tableFileName": "accounts", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/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>email", + "type": "varchar", + "length": 255, "nullable": "", "autoUpdated": "", "defaultValue": "null", @@ -142,12 +142,12 @@

Columns

"tableName": "accounts", "tableFileName": "accounts", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "last_login", - "type": "timestamp", - "length": 29, - "nullable": "√", + "keyClass": "indexedColumn", + "keyTitle": "Indexed", + "name": "<\/i>username", + "type": "varchar", + "length": 50, + "nullable": "", "autoUpdated": "", "defaultValue": "null", "comments": "" @@ -156,25 +156,25 @@

Columns

"tableName": "accounts", "tableFileName": "accounts", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "password", - "type": "varchar", - "length": 50, + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/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>username", - "type": "varchar", - "length": 50, + "keyClass": "", + "keyTitle": "", + "name": "created_on", + "type": "timestamp", + "length": 29, "nullable": "", "autoUpdated": "", "defaultValue": "null", @@ -184,12 +184,12 @@

Columns

"tableName": "accounts", "tableFileName": "accounts", "tableType": "Table", - "keyClass": "indexedColumn", - "keyTitle": "Indexed", - "name": "<\/i>email", - "type": "varchar", - "length": 255, - "nullable": "", + "keyClass": "", + "keyTitle": "", + "name": "last_login", + "type": "timestamp", + "length": 29, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", "comments": "" diff --git a/docs/public/index.html b/docs/public/index.html index 330a55c77..48bad4517 100644 --- a/docs/public/index.html +++ b/docs/public/index.html @@ -78,7 +78,7 @@

Tables


SchemaSpy Analysis of testdb

-

Generated on Sat Sep 16 02:14 GMT 2023

+

Generated on Tue Nov 14 04:18 GMT 2023

@@ -168,7 +168,7 @@

Database Properties

-

Database Type: PostgreSQL - 16.0 (Debian 16.0-1.pgdg120+1)

+

Database Type: PostgreSQL - 16.1 (Debian 16.1-1.pgdg120+1)

diff --git a/docs/public/info-html.txt b/docs/public/info-html.txt index 1d53cc842..39db8b82d 100644 --- a/docs/public/info-html.txt +++ b/docs/public/info-html.txt @@ -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 diff --git a/docs/public/testdb.public.xml b/docs/public/testdb.public.xml index a9d2fcfdd..4c4ae6af2 100644 --- a/docs/public/testdb.public.xml +++ b/docs/public/testdb.public.xml @@ -1,4 +1,4 @@ - +