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
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 @@
@@ -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 @@
-
+