@biorate/migrations 1.163.0 → 1.164.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.reporters.json +6 -0
- package/CHANGELOG.md +438 -0
- package/dist/src/default.config.js +0 -56
- package/dist/src/default.config.js.map +1 -1
- package/dist/src/root.js +57 -2
- package/dist/src/root.js.map +1 -1
- package/dist/src/types/amqp.js +1 -1
- package/dist/src/types/amqp.js.map +1 -1
- package/dist/src/types/clickhouse.js +1 -1
- package/dist/src/types/clickhouse.js.map +1 -1
- package/dist/src/types/kafka.js +1 -1
- package/dist/src/types/kafka.js.map +1 -1
- package/dist/src/types/migration.js +3 -3
- package/dist/src/types/migration.js.map +1 -1
- package/dist/src/types/minio.js +2 -2
- package/dist/src/types/minio.js.map +1 -1
- package/dist/src/types/mongodb.js +1 -1
- package/dist/src/types/mongodb.js.map +1 -1
- package/dist/src/types/schema-registry.js +4 -5
- package/dist/src/types/schema-registry.js.map +1 -1
- package/dist/src/types/sequelize.js +1 -1
- package/dist/src/types/sequelize.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +22 -22
- package/src/default.config.ts +1 -61
- package/src/root.ts +57 -4
- package/.nyc_output/005b363d-a174-413f-a746-66dd7facd615.json +0 -1
- package/.nyc_output/9ef56dd7-8cf1-45e6-998d-31fcb8488a29.json +0 -1
- package/.nyc_output/processinfo/005b363d-a174-413f-a746-66dd7facd615.json +0 -1
- package/.nyc_output/processinfo/9ef56dd7-8cf1-45e6-998d-31fcb8488a29.json +0 -1
- package/.nyc_output/processinfo/index.json +0 -1
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -87
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/file:/www/biorate/core/packages/@biorate/migrations/src/default.config.ts.html +0 -118
- package/coverage/lcov-report/file:/www/biorate/core/packages/@biorate/migrations/src/errors.ts.html +0 -118
- package/coverage/lcov-report/file:/www/biorate/core/packages/@biorate/migrations/src/index.html +0 -161
- package/coverage/lcov-report/file:/www/biorate/core/packages/@biorate/migrations/src/index.ts.html +0 -118
- package/coverage/lcov-report/file:/www/biorate/core/packages/@biorate/migrations/src/root.ts.html +0 -118
- package/coverage/lcov-report/index.html +0 -131
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -196
- package/coverage/lcov-report/src/default.config.ts.html +0 -241
- package/coverage/lcov-report/src/index.html +0 -146
- package/coverage/lcov-report/src/index.ts.html +0 -115
- package/coverage/lcov-report/src/migrations/index.html +0 -146
- package/coverage/lcov-report/src/migrations/index.ts.html +0 -88
- package/coverage/lcov-report/src/migrations/migrations.ts.html +0 -199
- package/coverage/lcov-report/src/migrations/sequelize.ts.html +0 -211
- package/coverage/lcov-report/src/root.ts.html +0 -205
- package/coverage/lcov-report/src/types/amqp.ts.html +0 -223
- package/coverage/lcov-report/src/types/clickhouse.ts.html +0 -271
- package/coverage/lcov-report/src/types/index.html +0 -221
- package/coverage/lcov-report/src/types/index.ts.html +0 -103
- package/coverage/lcov-report/src/types/kafka.ts.html +0 -190
- package/coverage/lcov-report/src/types/migration.ts.html +0 -361
- package/coverage/lcov-report/src/types/minio.ts.html +0 -202
- package/coverage/lcov-report/src/types/mongodb.ts.html +0 -193
- package/coverage/lcov-report/src/types/sequelize.ts.html +0 -229
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/amqp.ts.html +0 -118
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/clickhouse.ts.html +0 -118
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/index.html +0 -236
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/index.ts.html +0 -118
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/kafka.ts.html +0 -118
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/migration.ts.html +0 -118
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/minio.ts.html +0 -118
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/mongodb.ts.html +0 -118
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/schema-registry.ts.html +0 -118
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/sequelize.ts.html +0 -118
- package/coverage/lcov.info +0 -399
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!doctype html>
|
|
3
|
-
<html lang="en">
|
|
4
|
-
|
|
5
|
-
<head>
|
|
6
|
-
<title>Code coverage report for types/file:/www/biorate/core/packages/@biorate/migrations/src/types/sequelize.ts</title>
|
|
7
|
-
<meta charset="utf-8" />
|
|
8
|
-
<link rel="stylesheet" href="../../../../../../../../../../prettify.css" />
|
|
9
|
-
<link rel="stylesheet" href="../../../../../../../../../../base.css" />
|
|
10
|
-
<link rel="shortcut icon" type="image/x-icon" href="../../../../../../../../../../favicon.png" />
|
|
11
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
-
<style type='text/css'>
|
|
13
|
-
.coverage-summary .sorter {
|
|
14
|
-
background-image: url(../../../../../../../../../../sort-arrow-sprite.png);
|
|
15
|
-
}
|
|
16
|
-
</style>
|
|
17
|
-
</head>
|
|
18
|
-
|
|
19
|
-
<body>
|
|
20
|
-
<div class='wrapper'>
|
|
21
|
-
<div class='pad1'>
|
|
22
|
-
<h1><a href="../../../../../../../../../../index.html">All files</a> / <a href="index.html">types/file:/www/biorate/core/packages/@biorate/migrations/src/types</a> sequelize.ts</h1>
|
|
23
|
-
<div class='clearfix'>
|
|
24
|
-
|
|
25
|
-
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">94.11% </span>
|
|
27
|
-
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>16/17</span>
|
|
29
|
-
</div>
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">50% </span>
|
|
34
|
-
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>1/2</span>
|
|
36
|
-
</div>
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">100% </span>
|
|
41
|
-
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>4/4</span>
|
|
43
|
-
</div>
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">100% </span>
|
|
48
|
-
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>16/16</span>
|
|
50
|
-
</div>
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
</div>
|
|
54
|
-
<p class="quiet">
|
|
55
|
-
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
|
-
</p>
|
|
57
|
-
<template id="filterTemplate">
|
|
58
|
-
<div class="quiet">
|
|
59
|
-
Filter:
|
|
60
|
-
<input type="search" id="fileSearch">
|
|
61
|
-
</div>
|
|
62
|
-
</template>
|
|
63
|
-
</div>
|
|
64
|
-
<div class='status-line high'></div>
|
|
65
|
-
<pre><table class="coverage">
|
|
66
|
-
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
67
|
-
<a name='L2'></a><a href='#L2'>2</a>
|
|
68
|
-
<a name='L3'></a><a href='#L3'>3</a>
|
|
69
|
-
<a name='L4'></a><a href='#L4'>4</a>
|
|
70
|
-
<a name='L5'></a><a href='#L5'>5</a>
|
|
71
|
-
<a name='L6'></a><a href='#L6'>6</a>
|
|
72
|
-
<a name='L7'></a><a href='#L7'>7</a>
|
|
73
|
-
<a name='L8'></a><a href='#L8'>8</a>
|
|
74
|
-
<a name='L9'></a><a href='#L9'>9</a>
|
|
75
|
-
<a name='L10'></a><a href='#L10'>10</a>
|
|
76
|
-
<a name='L11'></a><a href='#L11'>11</a>
|
|
77
|
-
<a name='L12'></a><a href='#L12'>12</a></td><td class="line-coverage quiet"><span class="cline-any cline-no">0</span>
|
|
78
|
-
<span class="cline-any cline-no">0</span>
|
|
79
|
-
<span class="cline-any cline-no">0</span>
|
|
80
|
-
<span class="cline-any cline-no">0</span>
|
|
81
|
-
<span class="cline-any cline-no">0</span>
|
|
82
|
-
<span class="cline-any cline-no">0</span>
|
|
83
|
-
<span class="cline-any cline-no">0</span>
|
|
84
|
-
<span class="cline-any cline-no">0</span>
|
|
85
|
-
<span class="cline-any cline-no">0</span>
|
|
86
|
-
<span class="cline-any cline-no">0</span>
|
|
87
|
-
<span class="cline-any cline-no">0</span>
|
|
88
|
-
<span class="cline-any cline-no">0</span></td><td class="text"><pre class="prettyprint lang-js">Unable to lookup source: /www/biorate/core/packages/@biorate/migrations/src/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/sequelize.ts (ENOENT: no such file or directory, open '/www/biorate/core/packages/@biorate/migrations/src/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/sequelize.ts')
|
|
89
|
-
Error: Unable to lookup source: /www/biorate/core/packages/@biorate/migrations/src/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/sequelize.ts (ENOENT: no such file or directory, open '/www/biorate/core/packages/@biorate/migrations/src/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/sequelize.ts')
|
|
90
|
-
at Context.defaultSourceLookup [as sourceFinder] (/www/biorate/core/node_modules/.pnpm/istanbul-lib-report@3.0.1/node_modules/istanbul-lib-report/lib/context.js:17:15)
|
|
91
|
-
at Context.getSource (/www/biorate/core/node_modules/.pnpm/istanbul-lib-report@3.0.1/node_modules/istanbul-lib-report/lib/context.js:71:21)
|
|
92
|
-
at annotateSourceCode (/www/biorate/core/node_modules/.pnpm/istanbul-reports@3.1.7/node_modules/istanbul-reports/lib/html/annotator.js:249:40)
|
|
93
|
-
at HtmlReport.onDetail (/www/biorate/core/node_modules/.pnpm/istanbul-reports@3.1.7/node_modules/istanbul-reports/lib/html/index.js:414:33)
|
|
94
|
-
at LcovReport.<computed> [as onDetail] (/www/biorate/core/node_modules/.pnpm/istanbul-reports@3.1.7/node_modules/istanbul-reports/lib/lcov/index.js:28:23)
|
|
95
|
-
at Visitor.value (/www/biorate/core/node_modules/.pnpm/istanbul-lib-report@3.0.1/node_modules/istanbul-lib-report/lib/tree.js:38:38)
|
|
96
|
-
at ReportNode.visit (/www/biorate/core/node_modules/.pnpm/istanbul-lib-report@3.0.1/node_modules/istanbul-lib-report/lib/tree.js:88:21)
|
|
97
|
-
at /www/biorate/core/node_modules/.pnpm/istanbul-lib-report@3.0.1/node_modules/istanbul-lib-report/lib/tree.js:92:19
|
|
98
|
-
at Array.forEach (<anonymous>)
|
|
99
|
-
at ReportNode.visit (/www/biorate/core/node_modules/.pnpm/istanbul-lib-report@3.0.1/node_modules/istanbul-lib-report/lib/tree.js:91:28)</pre></td></tr></table></pre>
|
|
100
|
-
|
|
101
|
-
<div class='push'></div><!-- for sticky footer -->
|
|
102
|
-
</div><!-- /wrapper -->
|
|
103
|
-
<div class='footer quiet pad2 space-top1 center small'>
|
|
104
|
-
Code coverage generated by
|
|
105
|
-
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
106
|
-
at 2025-07-17T12:41:53.486Z
|
|
107
|
-
</div>
|
|
108
|
-
<script src="../../../../../../../../../../prettify.js"></script>
|
|
109
|
-
<script>
|
|
110
|
-
window.onload = function () {
|
|
111
|
-
prettyPrint();
|
|
112
|
-
};
|
|
113
|
-
</script>
|
|
114
|
-
<script src="../../../../../../../../../../sorter.js"></script>
|
|
115
|
-
<script src="../../../../../../../../../../block-navigation.js"></script>
|
|
116
|
-
</body>
|
|
117
|
-
</html>
|
|
118
|
-
|
package/coverage/lcov.info
DELETED
|
@@ -1,399 +0,0 @@
|
|
|
1
|
-
TN:
|
|
2
|
-
SF:src/file:/www/biorate/core/packages/@biorate/migrations/src/default.config.ts
|
|
3
|
-
FNF:0
|
|
4
|
-
FNH:0
|
|
5
|
-
DA:1,1
|
|
6
|
-
DA:2,1
|
|
7
|
-
DA:4,1
|
|
8
|
-
DA:5,1
|
|
9
|
-
DA:6,1
|
|
10
|
-
DA:7,1
|
|
11
|
-
DA:8,1
|
|
12
|
-
DA:9,1
|
|
13
|
-
DA:10,1
|
|
14
|
-
DA:11,1
|
|
15
|
-
DA:12,1
|
|
16
|
-
DA:13,1
|
|
17
|
-
DA:14,1
|
|
18
|
-
DA:15,1
|
|
19
|
-
DA:19,1
|
|
20
|
-
DA:20,1
|
|
21
|
-
DA:22,1
|
|
22
|
-
DA:23,1
|
|
23
|
-
DA:27,1
|
|
24
|
-
DA:28,1
|
|
25
|
-
DA:32,1
|
|
26
|
-
DA:33,1
|
|
27
|
-
DA:37,1
|
|
28
|
-
DA:38,1
|
|
29
|
-
DA:39,1
|
|
30
|
-
DA:43,1
|
|
31
|
-
DA:44,1
|
|
32
|
-
DA:48,1
|
|
33
|
-
DA:49,1
|
|
34
|
-
DA:53,1
|
|
35
|
-
DA:54,1
|
|
36
|
-
DA:55,1
|
|
37
|
-
DA:56,1
|
|
38
|
-
DA:57,1
|
|
39
|
-
DA:58,1
|
|
40
|
-
DA:59,1
|
|
41
|
-
DA:63,1
|
|
42
|
-
DA:64,1
|
|
43
|
-
LF:38
|
|
44
|
-
LH:38
|
|
45
|
-
BRF:0
|
|
46
|
-
BRH:0
|
|
47
|
-
end_of_record
|
|
48
|
-
TN:
|
|
49
|
-
SF:src/file:/www/biorate/core/packages/@biorate/migrations/src/errors.ts
|
|
50
|
-
FN:4,(anonymous_0)
|
|
51
|
-
FNF:1
|
|
52
|
-
FNH:0
|
|
53
|
-
FNDA:0,(anonymous_0)
|
|
54
|
-
DA:1,1
|
|
55
|
-
DA:3,1
|
|
56
|
-
DA:5,0
|
|
57
|
-
LF:3
|
|
58
|
-
LH:2
|
|
59
|
-
BRF:0
|
|
60
|
-
BRH:0
|
|
61
|
-
end_of_record
|
|
62
|
-
TN:
|
|
63
|
-
SF:src/file:/www/biorate/core/packages/@biorate/migrations/src/index.ts
|
|
64
|
-
FNF:0
|
|
65
|
-
FNH:0
|
|
66
|
-
DA:1,1
|
|
67
|
-
DA:2,1
|
|
68
|
-
DA:3,1
|
|
69
|
-
DA:5,1
|
|
70
|
-
DA:8,1
|
|
71
|
-
LF:5
|
|
72
|
-
LH:5
|
|
73
|
-
BRDA:5,0,0,0
|
|
74
|
-
BRDA:5,0,1,1
|
|
75
|
-
BRDA:8,1,0,0
|
|
76
|
-
BRDA:8,1,1,1
|
|
77
|
-
BRF:4
|
|
78
|
-
BRH:2
|
|
79
|
-
end_of_record
|
|
80
|
-
TN:
|
|
81
|
-
SF:src/file:/www/biorate/core/packages/@biorate/migrations/src/root.ts
|
|
82
|
-
FN:37,(anonymous_2)
|
|
83
|
-
FNF:1
|
|
84
|
-
FNH:1
|
|
85
|
-
FNDA:1,(anonymous_2)
|
|
86
|
-
DA:1,1
|
|
87
|
-
DA:3,1
|
|
88
|
-
DA:6,1
|
|
89
|
-
DA:9,1
|
|
90
|
-
DA:10,1
|
|
91
|
-
DA:12,1
|
|
92
|
-
DA:14,1
|
|
93
|
-
DA:16,1
|
|
94
|
-
DA:18,1
|
|
95
|
-
DA:20,1
|
|
96
|
-
DA:22,1
|
|
97
|
-
DA:24,1
|
|
98
|
-
DA:26,1
|
|
99
|
-
DA:28,1
|
|
100
|
-
DA:30,1
|
|
101
|
-
DA:32,1
|
|
102
|
-
DA:35,1
|
|
103
|
-
DA:37,1
|
|
104
|
-
DA:38,1
|
|
105
|
-
DA:43,1
|
|
106
|
-
LF:20
|
|
107
|
-
LH:20
|
|
108
|
-
BRF:0
|
|
109
|
-
BRH:0
|
|
110
|
-
end_of_record
|
|
111
|
-
TN:
|
|
112
|
-
SF:src/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/amqp.ts
|
|
113
|
-
FN:19,(anonymous_2)
|
|
114
|
-
FN:22,(anonymous_3)
|
|
115
|
-
FN:30,(anonymous_4)
|
|
116
|
-
FNF:3
|
|
117
|
-
FNH:3
|
|
118
|
-
FNDA:1,(anonymous_2)
|
|
119
|
-
FNDA:1,(anonymous_3)
|
|
120
|
-
FNDA:2,(anonymous_4)
|
|
121
|
-
DA:1,1
|
|
122
|
-
DA:10,1
|
|
123
|
-
DA:14,1
|
|
124
|
-
DA:15,1
|
|
125
|
-
DA:20,1
|
|
126
|
-
DA:23,1
|
|
127
|
-
DA:29,1
|
|
128
|
-
DA:30,1
|
|
129
|
-
DA:31,2
|
|
130
|
-
DA:32,2
|
|
131
|
-
DA:40,2
|
|
132
|
-
LF:11
|
|
133
|
-
LH:11
|
|
134
|
-
BRF:0
|
|
135
|
-
BRH:0
|
|
136
|
-
end_of_record
|
|
137
|
-
TN:
|
|
138
|
-
SF:src/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/clickhouse.ts
|
|
139
|
-
FN:17,(anonymous_2)
|
|
140
|
-
FN:20,(anonymous_3)
|
|
141
|
-
FN:36,(anonymous_4)
|
|
142
|
-
FNF:3
|
|
143
|
-
FNH:3
|
|
144
|
-
FNDA:1,(anonymous_2)
|
|
145
|
-
FNDA:1,(anonymous_3)
|
|
146
|
-
FNDA:3,(anonymous_4)
|
|
147
|
-
DA:1,1
|
|
148
|
-
DA:2,1
|
|
149
|
-
DA:3,1
|
|
150
|
-
DA:12,1
|
|
151
|
-
DA:13,1
|
|
152
|
-
DA:18,1
|
|
153
|
-
DA:21,1
|
|
154
|
-
DA:22,1
|
|
155
|
-
DA:29,1
|
|
156
|
-
DA:36,1
|
|
157
|
-
DA:37,3
|
|
158
|
-
DA:42,3
|
|
159
|
-
DA:43,3
|
|
160
|
-
DA:44,3
|
|
161
|
-
DA:50,3
|
|
162
|
-
DA:57,3
|
|
163
|
-
LF:16
|
|
164
|
-
LH:16
|
|
165
|
-
BRDA:43,0,0,0
|
|
166
|
-
BRDA:43,0,1,3
|
|
167
|
-
BRF:2
|
|
168
|
-
BRH:1
|
|
169
|
-
end_of_record
|
|
170
|
-
TN:
|
|
171
|
-
SF:src/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/index.ts
|
|
172
|
-
FNF:0
|
|
173
|
-
FNH:0
|
|
174
|
-
DA:1,1
|
|
175
|
-
DA:2,1
|
|
176
|
-
DA:3,1
|
|
177
|
-
DA:4,1
|
|
178
|
-
DA:5,1
|
|
179
|
-
DA:6,1
|
|
180
|
-
DA:7,1
|
|
181
|
-
LF:7
|
|
182
|
-
LH:7
|
|
183
|
-
BRF:0
|
|
184
|
-
BRH:0
|
|
185
|
-
end_of_record
|
|
186
|
-
TN:
|
|
187
|
-
SF:src/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/kafka.ts
|
|
188
|
-
FN:17,(anonymous_2)
|
|
189
|
-
FN:20,(anonymous_3)
|
|
190
|
-
FN:21,(anonymous_4)
|
|
191
|
-
FNF:3
|
|
192
|
-
FNH:3
|
|
193
|
-
FNDA:1,(anonymous_2)
|
|
194
|
-
FNDA:1,(anonymous_3)
|
|
195
|
-
FNDA:2,(anonymous_4)
|
|
196
|
-
DA:1,1
|
|
197
|
-
DA:8,1
|
|
198
|
-
DA:12,1
|
|
199
|
-
DA:13,1
|
|
200
|
-
DA:18,1
|
|
201
|
-
DA:21,1
|
|
202
|
-
DA:22,2
|
|
203
|
-
DA:23,2
|
|
204
|
-
DA:30,2
|
|
205
|
-
LF:9
|
|
206
|
-
LH:9
|
|
207
|
-
BRF:0
|
|
208
|
-
BRH:0
|
|
209
|
-
end_of_record
|
|
210
|
-
TN:
|
|
211
|
-
SF:src/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/migration.ts
|
|
212
|
-
FN:22,(anonymous_2)
|
|
213
|
-
FN:28,(anonymous_3)
|
|
214
|
-
FN:30,(anonymous_4)
|
|
215
|
-
FN:40,(anonymous_5)
|
|
216
|
-
FN:51,(anonymous_6)
|
|
217
|
-
FN:57,(anonymous_7)
|
|
218
|
-
FN:64,(anonymous_8)
|
|
219
|
-
FN:82,(anonymous_9)
|
|
220
|
-
FNF:8
|
|
221
|
-
FNH:8
|
|
222
|
-
FNDA:32,(anonymous_2)
|
|
223
|
-
FNDA:7,(anonymous_3)
|
|
224
|
-
FNDA:17,(anonymous_4)
|
|
225
|
-
FNDA:24,(anonymous_5)
|
|
226
|
-
FNDA:17,(anonymous_6)
|
|
227
|
-
FNDA:7,(anonymous_7)
|
|
228
|
-
FNDA:7,(anonymous_8)
|
|
229
|
-
FNDA:7,(anonymous_9)
|
|
230
|
-
DA:1,1
|
|
231
|
-
DA:2,1
|
|
232
|
-
DA:3,1
|
|
233
|
-
DA:10,1
|
|
234
|
-
DA:14,1
|
|
235
|
-
DA:23,32
|
|
236
|
-
DA:29,7
|
|
237
|
-
DA:30,7
|
|
238
|
-
DA:31,17
|
|
239
|
-
DA:34,0
|
|
240
|
-
DA:41,24
|
|
241
|
-
DA:52,17
|
|
242
|
-
DA:57,1
|
|
243
|
-
DA:58,7
|
|
244
|
-
DA:59,7
|
|
245
|
-
DA:68,7
|
|
246
|
-
DA:69,7
|
|
247
|
-
DA:70,7
|
|
248
|
-
DA:71,7
|
|
249
|
-
DA:72,7
|
|
250
|
-
DA:73,0
|
|
251
|
-
DA:74,0
|
|
252
|
-
DA:76,7
|
|
253
|
-
DA:86,17
|
|
254
|
-
LF:24
|
|
255
|
-
LH:21
|
|
256
|
-
BRDA:70,0,0,0
|
|
257
|
-
BRDA:70,0,1,7
|
|
258
|
-
BRDA:72,1,0,0
|
|
259
|
-
BRDA:72,1,1,7
|
|
260
|
-
BRF:4
|
|
261
|
-
BRH:2
|
|
262
|
-
end_of_record
|
|
263
|
-
TN:
|
|
264
|
-
SF:src/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/minio.ts
|
|
265
|
-
FN:13,(anonymous_2)
|
|
266
|
-
FN:16,(anonymous_3)
|
|
267
|
-
FN:17,(anonymous_4)
|
|
268
|
-
FNF:3
|
|
269
|
-
FNH:3
|
|
270
|
-
FNDA:1,(anonymous_2)
|
|
271
|
-
FNDA:1,(anonymous_3)
|
|
272
|
-
FNDA:2,(anonymous_4)
|
|
273
|
-
DA:3,1
|
|
274
|
-
DA:4,1
|
|
275
|
-
DA:8,1
|
|
276
|
-
DA:9,1
|
|
277
|
-
DA:14,1
|
|
278
|
-
DA:17,1
|
|
279
|
-
DA:18,2
|
|
280
|
-
DA:19,2
|
|
281
|
-
DA:20,2
|
|
282
|
-
DA:23,2
|
|
283
|
-
DA:24,2
|
|
284
|
-
DA:26,2
|
|
285
|
-
DA:33,2
|
|
286
|
-
DA:34,2
|
|
287
|
-
LF:14
|
|
288
|
-
LH:14
|
|
289
|
-
BRF:0
|
|
290
|
-
BRH:0
|
|
291
|
-
end_of_record
|
|
292
|
-
TN:
|
|
293
|
-
SF:src/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/mongodb.ts
|
|
294
|
-
FN:13,(anonymous_2)
|
|
295
|
-
FN:16,(anonymous_3)
|
|
296
|
-
FN:17,(anonymous_4)
|
|
297
|
-
FNF:3
|
|
298
|
-
FNH:3
|
|
299
|
-
FNDA:1,(anonymous_2)
|
|
300
|
-
FNDA:1,(anonymous_3)
|
|
301
|
-
FNDA:1,(anonymous_4)
|
|
302
|
-
DA:3,1
|
|
303
|
-
DA:4,1
|
|
304
|
-
DA:8,1
|
|
305
|
-
DA:9,1
|
|
306
|
-
DA:14,1
|
|
307
|
-
DA:17,1
|
|
308
|
-
DA:18,1
|
|
309
|
-
DA:19,1
|
|
310
|
-
DA:24,1
|
|
311
|
-
DA:31,1
|
|
312
|
-
LF:10
|
|
313
|
-
LH:10
|
|
314
|
-
BRF:0
|
|
315
|
-
BRH:0
|
|
316
|
-
end_of_record
|
|
317
|
-
TN:
|
|
318
|
-
SF:src/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/schema-registry.ts
|
|
319
|
-
FN:19,(anonymous_2)
|
|
320
|
-
FN:25,(anonymous_3)
|
|
321
|
-
FN:31,(anonymous_4)
|
|
322
|
-
FN:32,(anonymous_5)
|
|
323
|
-
FNF:4
|
|
324
|
-
FNH:4
|
|
325
|
-
FNDA:9,(anonymous_2)
|
|
326
|
-
FNDA:1,(anonymous_3)
|
|
327
|
-
FNDA:1,(anonymous_4)
|
|
328
|
-
FNDA:4,(anonymous_5)
|
|
329
|
-
DA:1,1
|
|
330
|
-
DA:2,1
|
|
331
|
-
DA:9,1
|
|
332
|
-
DA:10,1
|
|
333
|
-
DA:14,1
|
|
334
|
-
DA:15,1
|
|
335
|
-
DA:20,9
|
|
336
|
-
DA:26,1
|
|
337
|
-
DA:32,1
|
|
338
|
-
DA:33,4
|
|
339
|
-
DA:34,4
|
|
340
|
-
DA:35,4
|
|
341
|
-
DA:36,4
|
|
342
|
-
DA:40,4
|
|
343
|
-
DA:41,4
|
|
344
|
-
DA:46,4
|
|
345
|
-
DA:50,4
|
|
346
|
-
LF:17
|
|
347
|
-
LH:17
|
|
348
|
-
BRDA:33,0,0,0
|
|
349
|
-
BRDA:33,0,1,4
|
|
350
|
-
BRDA:33,1,0,4
|
|
351
|
-
BRDA:33,1,1,4
|
|
352
|
-
BRDA:33,2,0,0
|
|
353
|
-
BRDA:33,2,1,4
|
|
354
|
-
BRDA:33,3,0,4
|
|
355
|
-
BRDA:33,3,1,4
|
|
356
|
-
BRDA:34,4,0,0
|
|
357
|
-
BRDA:34,4,1,4
|
|
358
|
-
BRDA:38,5,0,0
|
|
359
|
-
BRDA:38,5,1,4
|
|
360
|
-
BRDA:38,6,0,4
|
|
361
|
-
BRDA:38,6,1,4
|
|
362
|
-
BRF:14
|
|
363
|
-
BRH:10
|
|
364
|
-
end_of_record
|
|
365
|
-
TN:
|
|
366
|
-
SF:src/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/sequelize.ts
|
|
367
|
-
FN:19,(anonymous_2)
|
|
368
|
-
FN:22,(anonymous_3)
|
|
369
|
-
FN:36,(anonymous_4)
|
|
370
|
-
FN:37,(anonymous_5)
|
|
371
|
-
FNF:4
|
|
372
|
-
FNH:4
|
|
373
|
-
FNDA:1,(anonymous_2)
|
|
374
|
-
FNDA:1,(anonymous_3)
|
|
375
|
-
FNDA:3,(anonymous_4)
|
|
376
|
-
FNDA:3,(anonymous_5)
|
|
377
|
-
DA:1,1
|
|
378
|
-
DA:2,1
|
|
379
|
-
DA:3,1
|
|
380
|
-
DA:4,1
|
|
381
|
-
DA:14,1
|
|
382
|
-
DA:15,1
|
|
383
|
-
DA:20,1
|
|
384
|
-
DA:23,1
|
|
385
|
-
DA:33,1
|
|
386
|
-
DA:34,1
|
|
387
|
-
DA:37,3
|
|
388
|
-
DA:38,3
|
|
389
|
-
DA:39,3
|
|
390
|
-
DA:40,3
|
|
391
|
-
DA:41,3
|
|
392
|
-
DA:42,3
|
|
393
|
-
LF:16
|
|
394
|
-
LH:16
|
|
395
|
-
BRDA:39,0,0,0
|
|
396
|
-
BRDA:39,0,1,3
|
|
397
|
-
BRF:2
|
|
398
|
-
BRH:1
|
|
399
|
-
end_of_record
|