From 525f564259c6c0e9a74d8cfd1dd8dbcfc0335fd7 Mon Sep 17 00:00:00 2001 From: DerekRoberts Date: Sat, 4 Jan 2025 11:02:44 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20bcgov/qu?= =?UTF-8?q?ickstart-openshift@81adba53b12ff7b084293507c3b61a5dac33aa4f=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- users/columns.html | 112 ++++++++++++++++++++++---------------------- users/index.html | 2 +- users/info-html.txt | 2 +- 4 files changed, 59 insertions(+), 59 deletions(-) diff --git a/index.html b/index.html index ad141358d..8586fc52f 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,7 @@

SchemaSpy Analysis of default

-

Generated on Sat Dec 28 11:02 GMT 2024

+

Generated on Sat Jan 04 11:02 GMT 2025

diff --git a/users/columns.html b/users/columns.html index dbb67c45d..577d81365 100644 --- a/users/columns.html +++ b/users/columns.html @@ -114,14 +114,14 @@

Columns

"tableName": "users", "tableFileName": "users", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>id", - "type": "numeric", - "length": 0, + "keyClass": "", + "keyTitle": "", + "name": "email", + "type": "varchar", + "length": 200, "nullable": "", - "autoUpdated": "√", - "defaultValue": "nextval('users.\"USER_SEQ\"'::regclass)", + "autoUpdated": "", + "defaultValue": "null", "comments": "" }, { @@ -130,23 +130,37 @@

Columns

"tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "installed_by", - "type": "varchar", - "length": 100, + "name": "execution_time", + "type": "int4", + "length": 10, "nullable": "", "autoUpdated": "", "defaultValue": "null", "comments": "" }, + { + "tableName": "users", + "tableFileName": "users", + "tableType": "Table", + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>id", + "type": "numeric", + "length": 0, + "nullable": "", + "autoUpdated": "√", + "defaultValue": "nextval('users.\"USER_SEQ\"'::regclass)", + "comments": "" + }, { "tableName": "flyway_schema_history", "tableFileName": "flyway_schema_history", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "execution_time", - "type": "int4", - "length": 10, + "keyClass": "indexedColumn", + "keyTitle": "Indexed", + "name": "<\/i>success", + "type": "bool", + "length": 1, "nullable": "", "autoUpdated": "", "defaultValue": "null", @@ -158,12 +172,12 @@

Columns

"tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "installed_on", - "type": "timestamp", - "length": 29, + "name": "script", + "type": "varchar", + "length": 1000, "nullable": "", "autoUpdated": "", - "defaultValue": "now()", + "defaultValue": "null", "comments": "" }, { @@ -172,9 +186,9 @@

Columns

"tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "description", + "name": "type", "type": "varchar", - "length": 200, + "length": 20, "nullable": "", "autoUpdated": "", "defaultValue": "null", @@ -200,10 +214,10 @@

Columns

"tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "version", + "name": "installed_by", "type": "varchar", - "length": 50, - "nullable": "√", + "length": 100, + "nullable": "", "autoUpdated": "", "defaultValue": "null", "comments": "" @@ -212,26 +226,26 @@

Columns

"tableName": "flyway_schema_history", "tableFileName": "flyway_schema_history", "tableType": "Table", - "keyClass": "indexedColumn", - "keyTitle": "Indexed", - "name": "<\/i>success", - "type": "bool", - "length": 1, - "nullable": "", + "keyClass": "", + "keyTitle": "", + "name": "version", + "type": "varchar", + "length": 50, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", "comments": "" }, { - "tableName": "users", - "tableFileName": "users", + "tableName": "flyway_schema_history", + "tableFileName": "flyway_schema_history", "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "email", - "type": "varchar", - "length": 200, - "nullable": "", + "name": "checksum", + "type": "int4", + "length": 10, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", "comments": "" @@ -242,9 +256,9 @@

Columns

"tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "script", + "name": "description", "type": "varchar", - "length": 1000, + "length": 200, "nullable": "", "autoUpdated": "", "defaultValue": "null", @@ -256,12 +270,12 @@

Columns

"tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "type", - "type": "varchar", - "length": 20, + "name": "installed_on", + "type": "timestamp", + "length": 29, "nullable": "", "autoUpdated": "", - "defaultValue": "null", + "defaultValue": "now()", "comments": "" }, { @@ -277,20 +291,6 @@

Columns

"autoUpdated": "", "defaultValue": "null", "comments": "" - }, - { - "tableName": "flyway_schema_history", - "tableFileName": "flyway_schema_history", - "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "checksum", - "type": "int4", - "length": 10, - "nullable": "√", - "autoUpdated": "", - "defaultValue": "null", - "comments": "" } ]; var config = { diff --git a/users/index.html b/users/index.html index 5ea358014..656bd9157 100644 --- a/users/index.html +++ b/users/index.html @@ -78,7 +78,7 @@

Tables


SchemaSpy Analysis of default.users

-

Generated on Sat Dec 28 11:02 GMT 2024

+

Generated on Sat Jan 04 11:02 GMT 2025

diff --git a/users/info-html.txt b/users/info-html.txt index 67701514b..a7bfab192 100644 --- a/users/info-html.txt +++ b/users/info-html.txt @@ -1,4 +1,4 @@ -date=2024-12-28 11:02:41+0000 +date=2025-01-04 11:02:42+0000 os=Linux 6.8.0-1017-azure schemaspy-version=6.2.4 schemaspy-build=6.2.4.41 2023-07-21 11:15:12