Skip to content

Commit 831a085

Browse files
Deploying to gh-pages from @ 2189ba3 🚀
1 parent 1ca13ab commit 831a085

4 files changed

Lines changed: 40 additions & 40 deletions

File tree

schemaspy/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<section class="content-header">
5050
<div class="callout callout-info">
5151
<h4>SchemaSpy Analysis of default</h4>
52-
<p>Generated on Sat Jun 27 11:30 GMT 2026</p>
52+
<p>Generated on Sat Jul 04 11:29 GMT 2026</p>
5353
</div>
5454
</section>
5555
<!-- Main content -->

schemaspy/users/columns.html

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -116,23 +116,9 @@ <h3 class="box-title">Columns</h3>
116116
"tableType": "Table",
117117
"keyClass": "",
118118
"keyTitle": "",
119-
"name": "checksum",
120-
"type": "int4",
121-
"length": 10,
122-
"nullable": "√",
123-
"autoUpdated": "",
124-
"defaultValue": "null",
125-
"comments": ""
126-
},
127-
{
128-
"tableName": "flyway_schema_history",
129-
"tableFileName": "flyway_schema_history",
130-
"tableType": "Table",
131-
"keyClass": "",
132-
"keyTitle": "",
133-
"name": "installed_by",
119+
"name": "script",
134120
"type": "varchar",
135-
"length": 100,
121+
"length": 1000,
136122
"nullable": "",
137123
"autoUpdated": "",
138124
"defaultValue": "null",
@@ -142,12 +128,12 @@ <h3 class="box-title">Columns</h3>
142128
"tableName": "flyway_schema_history",
143129
"tableFileName": "flyway_schema_history",
144130
"tableType": "Table",
145-
"keyClass": "indexedColumn",
146-
"keyTitle": "Indexed",
147-
"name": "<i class='fa fa-sitemap fa-rotate-120' style='padding-right: 5px;'><\/i>success",
148-
"type": "bool",
149-
"length": 1,
150-
"nullable": "",
131+
"keyClass": "",
132+
"keyTitle": "",
133+
"name": "checksum",
134+
"type": "int4",
135+
"length": 10,
136+
"nullable": "",
151137
"autoUpdated": "",
152138
"defaultValue": "null",
153139
"comments": ""
@@ -158,9 +144,9 @@ <h3 class="box-title">Columns</h3>
158144
"tableType": "Table",
159145
"keyClass": "",
160146
"keyTitle": "",
161-
"name": "script",
162-
"type": "varchar",
163-
"length": 1000,
147+
"name": "execution_time",
148+
"type": "int4",
149+
"length": 10,
164150
"nullable": "",
165151
"autoUpdated": "",
166152
"defaultValue": "null",
@@ -172,9 +158,9 @@ <h3 class="box-title">Columns</h3>
172158
"tableType": "Table",
173159
"keyClass": "",
174160
"keyTitle": "",
175-
"name": "description",
161+
"name": "type",
176162
"type": "varchar",
177-
"length": 200,
163+
"length": 20,
178164
"nullable": "",
179165
"autoUpdated": "",
180166
"defaultValue": "null",
@@ -208,18 +194,32 @@ <h3 class="box-title">Columns</h3>
208194
"defaultValue": "null",
209195
"comments": ""
210196
},
197+
{
198+
"tableName": "flyway_schema_history",
199+
"tableFileName": "flyway_schema_history",
200+
"tableType": "Table",
201+
"keyClass": "indexedColumn",
202+
"keyTitle": "Indexed",
203+
"name": "<i class='fa fa-sitemap fa-rotate-120' style='padding-right: 5px;'><\/i>success",
204+
"type": "bool",
205+
"length": 1,
206+
"nullable": "",
207+
"autoUpdated": "",
208+
"defaultValue": "null",
209+
"comments": ""
210+
},
211211
{
212212
"tableName": "flyway_schema_history",
213213
"tableFileName": "flyway_schema_history",
214214
"tableType": "Table",
215215
"keyClass": "",
216216
"keyTitle": "",
217-
"name": "execution_time",
218-
"type": "int4",
219-
"length": 10,
217+
"name": "installed_on",
218+
"type": "timestamp",
219+
"length": 29,
220220
"nullable": "",
221221
"autoUpdated": "",
222-
"defaultValue": "null",
222+
"defaultValue": "now()",
223223
"comments": ""
224224
},
225225
{
@@ -228,9 +228,9 @@ <h3 class="box-title">Columns</h3>
228228
"tableType": "Table",
229229
"keyClass": "",
230230
"keyTitle": "",
231-
"name": "type",
231+
"name": "description",
232232
"type": "varchar",
233-
"length": 20,
233+
"length": 200,
234234
"nullable": "",
235235
"autoUpdated": "",
236236
"defaultValue": "null",
@@ -242,12 +242,12 @@ <h3 class="box-title">Columns</h3>
242242
"tableType": "Table",
243243
"keyClass": "",
244244
"keyTitle": "",
245-
"name": "installed_on",
246-
"type": "timestamp",
247-
"length": 29,
245+
"name": "installed_by",
246+
"type": "varchar",
247+
"length": 100,
248248
"nullable": "",
249249
"autoUpdated": "",
250-
"defaultValue": "now()",
250+
"defaultValue": "null",
251251
"comments": ""
252252
}
253253
];

schemaspy/users/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h1>Tables</h1><br />
7878
<div class="col-md-12">
7979
<div class="callout callout-info">
8080
<h4>SchemaSpy Analysis of default.users</h4>
81-
<p>Generated on Sat Jun 27 11:30 GMT 2026</p>
81+
<p>Generated on Sat Jul 04 11:29 GMT 2026</p>
8282
</div>
8383
</div>
8484
</div>

schemaspy/users/info-html.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
date=2026-06-27 11:30:07+0000
1+
date=2026-07-04 11:29:44+0000
22
os=Linux 6.17.0-1018-azure
33
schemaspy-version=6.2.4
44
schemaspy-build=6.2.4.41 2023-07-21 11:15:12

0 commit comments

Comments
 (0)