@ucdjs/pipelines-server 0.0.1-beta.3 → 0.0.1-beta.6

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.
Files changed (88) hide show
  1. package/dist/client/assets/badge-DpfYXzsc.js +1 -0
  2. package/dist/client/assets/button-D8TNeETo.js +1 -0
  3. package/dist/client/assets/card-4nTswg_n.js +1 -0
  4. package/dist/client/assets/{code.lazy-FGQTh0m_.js → code.lazy-Hk8YeOZq.js} +6 -6
  5. package/dist/client/assets/createBaseUIEventDetails-eG8mNZ45.js +1 -0
  6. package/dist/client/assets/createLucideIcon-DqT5FQwf.js +1 -0
  7. package/dist/client/assets/dist-DOhv2m1Z.js +1 -0
  8. package/dist/client/assets/file-code-sFotPMp6.js +1 -0
  9. package/dist/client/assets/graph.lazy-BSNr7S9S.js +1 -0
  10. package/dist/client/assets/graph.lazy-j3mLiSDD.js +1 -0
  11. package/dist/client/assets/graphs.lazy-BesTMfiu.js +1 -0
  12. package/dist/client/assets/index-9D_zdG_Y.css +2 -0
  13. package/dist/client/assets/index-DvzFBIUy.js +26 -0
  14. package/dist/client/assets/index.lazy-CYDCkmZn.js +1 -0
  15. package/dist/client/assets/index.lazy-Cyazp84x.js +1 -0
  16. package/dist/client/assets/index.lazy-DlzPp9kk.js +1 -0
  17. package/dist/client/assets/index.lazy-IFnMjMMx.js +1 -0
  18. package/dist/client/assets/inspect.lazy-CFnVtBAm.js +1 -0
  19. package/dist/client/assets/loader-circle-B23ONZKS.js +1 -0
  20. package/dist/client/assets/pipeline-command-palette-D5eOYOY2.js +1 -0
  21. package/dist/client/assets/pipeline-graph-CjR9n8rb.js +7 -0
  22. package/dist/client/assets/play-D_JVLdxR.js +1 -0
  23. package/dist/client/assets/react-dom-nSF78UiM.js +1 -0
  24. package/dist/client/assets/route.lazy-DFXW1vf2.js +1 -0
  25. package/dist/client/assets/route.lazy-IMrNfqZN.js +1 -0
  26. package/dist/client/assets/status-icon-DwAuzQ-Z.js +1 -0
  27. package/dist/client/assets/table-B_O6sE70.js +1 -0
  28. package/dist/client/assets/use-execute-BFp3EN62.js +1 -0
  29. package/dist/client/assets/use-pipeline-versions-B4Bj4BNC.js +1 -0
  30. package/dist/client/assets/useIsoLayoutEffect-Dm7lmL2S.js +1 -0
  31. package/dist/client/assets/x-DsbJUv53.js +12 -0
  32. package/dist/client/index.html +9 -2
  33. package/dist/server/app.d.ts +21 -0
  34. package/dist/server/app.js +196 -105
  35. package/dist/server/code.d.ts +5 -0
  36. package/dist/server/db/index.d.ts +10 -0
  37. package/dist/server/db/schema.d.ts +562 -0
  38. package/dist/server/lib/execution-logs.d.ts +27 -0
  39. package/dist/server/lib/files.d.ts +38 -0
  40. package/dist/server/lib/ids.d.ts +5 -0
  41. package/dist/server/lib/loader.d.ts +2 -0
  42. package/dist/server/lib/log-capture.d.ts +6 -0
  43. package/dist/server/lib/resolve.d.ts +1 -0
  44. package/dist/server/migrations/0000_amazing_kang.sql +20 -0
  45. package/dist/server/migrations/0001_wandering_wind_dancer.sql +10 -0
  46. package/dist/server/migrations/0002_lively_maestro.sql +18 -0
  47. package/dist/server/migrations/0003_common_scarlet_witch.sql +54 -0
  48. package/dist/server/migrations/meta/0000_snapshot.json +150 -0
  49. package/dist/server/migrations/meta/0001_snapshot.json +223 -0
  50. package/dist/server/migrations/meta/0002_snapshot.json +325 -0
  51. package/dist/server/migrations/meta/0003_snapshot.json +365 -0
  52. package/dist/server/migrations/meta/_journal.json +34 -0
  53. package/dist/server/routes/index.d.ts +7 -0
  54. package/dist/server/routes/pipelines.events.d.ts +2 -0
  55. package/dist/server/routes/pipelines.execution.d.ts +2 -0
  56. package/dist/server/routes/pipelines.file.d.ts +2 -0
  57. package/dist/server/routes/pipelines.graph.d.ts +2 -0
  58. package/dist/server/routes/pipelines.index.d.ts +2 -0
  59. package/dist/server/routes/pipelines.logs.d.ts +2 -0
  60. package/dist/server/routes/pipelines.pipeline.d.ts +2 -0
  61. package/dist/server/workspace.d.ts +17 -0
  62. package/package.json +25 -20
  63. package/dist/client/assets/badge-CiZ9XGQk.js +0 -1
  64. package/dist/client/assets/card-BlDtnoJE.js +0 -1
  65. package/dist/client/assets/file-code-5UzxVDjG.js +0 -1
  66. package/dist/client/assets/graph.lazy-BOYYfhw3.js +0 -1
  67. package/dist/client/assets/graph.lazy-DA9DvkOv.js +0 -1
  68. package/dist/client/assets/graphs.lazy-B126tNcm.js +0 -1
  69. package/dist/client/assets/index-CM5XQ164.js +0 -37
  70. package/dist/client/assets/index-DMk-WqWb.css +0 -2
  71. package/dist/client/assets/index.lazy-CU14Wam7.js +0 -1
  72. package/dist/client/assets/index.lazy-Cb2iPSue.js +0 -1
  73. package/dist/client/assets/index.lazy-wtKmX-2H.js +0 -1
  74. package/dist/client/assets/index.lazy-y07R4t6D.js +0 -1
  75. package/dist/client/assets/inspect.lazy-BYA5YEbr.js +0 -1
  76. package/dist/client/assets/loader-circle-BY1Dugig.js +0 -1
  77. package/dist/client/assets/pipeline-command-palette-CWHY1w53.js +0 -45
  78. package/dist/client/assets/pipeline-graph-CDObZuGJ.js +0 -7
  79. package/dist/client/assets/play-B6p-hHI7.js +0 -1
  80. package/dist/client/assets/route.lazy-D79_-rW6.js +0 -1
  81. package/dist/client/assets/route.lazy-eVSF2dsv.js +0 -1
  82. package/dist/client/assets/status-icon-NVeRT4ag.js +0 -1
  83. package/dist/client/assets/table-Cbx6lsBL.js +0 -1
  84. package/dist/client/assets/use-execute-CG1fzzQp.js +0 -1
  85. package/dist/client/assets/use-pipeline-versions-Dg2J_cPs.js +0 -1
  86. /package/dist/client/assets/{javascript-DKcGLuub.js → javascript-UW4R5q0N.js} +0 -0
  87. /package/dist/client/assets/{json-CgREIYS1.js → json-Bq05x4Q-.js} +0 -0
  88. /package/dist/client/assets/{typescript-xi0cSHCO.js → typescript-GFMdcsgQ.js} +0 -0
@@ -0,0 +1,325 @@
1
+ {
2
+ "version": "6",
3
+ "dialect": "sqlite",
4
+ "id": "70ff5fa6-a649-4636-9ec4-734514879bb7",
5
+ "prevId": "14b208cf-7c14-45c8-9fd2-d4f746a90fd3",
6
+ "tables": {
7
+ "events": {
8
+ "name": "events",
9
+ "columns": {
10
+ "id": {
11
+ "name": "id",
12
+ "type": "text",
13
+ "primaryKey": true,
14
+ "notNull": true,
15
+ "autoincrement": false
16
+ },
17
+ "workspace_id": {
18
+ "name": "workspace_id",
19
+ "type": "text",
20
+ "primaryKey": false,
21
+ "notNull": true,
22
+ "autoincrement": false
23
+ },
24
+ "execution_id": {
25
+ "name": "execution_id",
26
+ "type": "text",
27
+ "primaryKey": false,
28
+ "notNull": true,
29
+ "autoincrement": false
30
+ },
31
+ "type": {
32
+ "name": "type",
33
+ "type": "text",
34
+ "primaryKey": false,
35
+ "notNull": true,
36
+ "autoincrement": false
37
+ },
38
+ "timestamp": {
39
+ "name": "timestamp",
40
+ "type": "integer",
41
+ "primaryKey": false,
42
+ "notNull": true,
43
+ "autoincrement": false
44
+ },
45
+ "data": {
46
+ "name": "data",
47
+ "type": "text",
48
+ "primaryKey": false,
49
+ "notNull": false,
50
+ "autoincrement": false
51
+ }
52
+ },
53
+ "indexes": {
54
+ "events_workspace_execution_idx": {
55
+ "name": "events_workspace_execution_idx",
56
+ "columns": [
57
+ "workspace_id",
58
+ "execution_id"
59
+ ],
60
+ "isUnique": false
61
+ }
62
+ },
63
+ "foreignKeys": {
64
+ "events_execution_id_executions_id_fk": {
65
+ "name": "events_execution_id_executions_id_fk",
66
+ "tableFrom": "events",
67
+ "tableTo": "executions",
68
+ "columnsFrom": [
69
+ "execution_id"
70
+ ],
71
+ "columnsTo": [
72
+ "id"
73
+ ],
74
+ "onDelete": "cascade",
75
+ "onUpdate": "no action"
76
+ }
77
+ },
78
+ "compositePrimaryKeys": {},
79
+ "uniqueConstraints": {},
80
+ "checkConstraints": {}
81
+ },
82
+ "execution_logs": {
83
+ "name": "execution_logs",
84
+ "columns": {
85
+ "id": {
86
+ "name": "id",
87
+ "type": "text",
88
+ "primaryKey": true,
89
+ "notNull": true,
90
+ "autoincrement": false
91
+ },
92
+ "workspace_id": {
93
+ "name": "workspace_id",
94
+ "type": "text",
95
+ "primaryKey": false,
96
+ "notNull": true,
97
+ "autoincrement": false
98
+ },
99
+ "execution_id": {
100
+ "name": "execution_id",
101
+ "type": "text",
102
+ "primaryKey": false,
103
+ "notNull": true,
104
+ "autoincrement": false
105
+ },
106
+ "span_id": {
107
+ "name": "span_id",
108
+ "type": "text",
109
+ "primaryKey": false,
110
+ "notNull": false,
111
+ "autoincrement": false
112
+ },
113
+ "stream": {
114
+ "name": "stream",
115
+ "type": "text",
116
+ "primaryKey": false,
117
+ "notNull": true,
118
+ "autoincrement": false
119
+ },
120
+ "message": {
121
+ "name": "message",
122
+ "type": "text",
123
+ "primaryKey": false,
124
+ "notNull": true,
125
+ "autoincrement": false
126
+ },
127
+ "timestamp": {
128
+ "name": "timestamp",
129
+ "type": "integer",
130
+ "primaryKey": false,
131
+ "notNull": true,
132
+ "autoincrement": false
133
+ },
134
+ "payload": {
135
+ "name": "payload",
136
+ "type": "text",
137
+ "primaryKey": false,
138
+ "notNull": false,
139
+ "autoincrement": false
140
+ }
141
+ },
142
+ "indexes": {
143
+ "execution_logs_workspace_execution_idx": {
144
+ "name": "execution_logs_workspace_execution_idx",
145
+ "columns": [
146
+ "workspace_id",
147
+ "execution_id"
148
+ ],
149
+ "isUnique": false
150
+ },
151
+ "execution_logs_workspace_timestamp_idx": {
152
+ "name": "execution_logs_workspace_timestamp_idx",
153
+ "columns": [
154
+ "workspace_id",
155
+ "timestamp"
156
+ ],
157
+ "isUnique": false
158
+ }
159
+ },
160
+ "foreignKeys": {
161
+ "execution_logs_execution_id_executions_id_fk": {
162
+ "name": "execution_logs_execution_id_executions_id_fk",
163
+ "tableFrom": "execution_logs",
164
+ "tableTo": "executions",
165
+ "columnsFrom": [
166
+ "execution_id"
167
+ ],
168
+ "columnsTo": [
169
+ "id"
170
+ ],
171
+ "onDelete": "cascade",
172
+ "onUpdate": "no action"
173
+ }
174
+ },
175
+ "compositePrimaryKeys": {},
176
+ "uniqueConstraints": {},
177
+ "checkConstraints": {}
178
+ },
179
+ "executions": {
180
+ "name": "executions",
181
+ "columns": {
182
+ "id": {
183
+ "name": "id",
184
+ "type": "text",
185
+ "primaryKey": true,
186
+ "notNull": true,
187
+ "autoincrement": false
188
+ },
189
+ "workspace_id": {
190
+ "name": "workspace_id",
191
+ "type": "text",
192
+ "primaryKey": false,
193
+ "notNull": true,
194
+ "autoincrement": false
195
+ },
196
+ "pipeline_id": {
197
+ "name": "pipeline_id",
198
+ "type": "text",
199
+ "primaryKey": false,
200
+ "notNull": true,
201
+ "autoincrement": false
202
+ },
203
+ "status": {
204
+ "name": "status",
205
+ "type": "text",
206
+ "primaryKey": false,
207
+ "notNull": true,
208
+ "autoincrement": false
209
+ },
210
+ "started_at": {
211
+ "name": "started_at",
212
+ "type": "integer",
213
+ "primaryKey": false,
214
+ "notNull": true,
215
+ "autoincrement": false
216
+ },
217
+ "completed_at": {
218
+ "name": "completed_at",
219
+ "type": "integer",
220
+ "primaryKey": false,
221
+ "notNull": false,
222
+ "autoincrement": false
223
+ },
224
+ "versions": {
225
+ "name": "versions",
226
+ "type": "text",
227
+ "primaryKey": false,
228
+ "notNull": false,
229
+ "autoincrement": false
230
+ },
231
+ "summary": {
232
+ "name": "summary",
233
+ "type": "text",
234
+ "primaryKey": false,
235
+ "notNull": false,
236
+ "autoincrement": false
237
+ },
238
+ "graph": {
239
+ "name": "graph",
240
+ "type": "text",
241
+ "primaryKey": false,
242
+ "notNull": false,
243
+ "autoincrement": false
244
+ },
245
+ "error": {
246
+ "name": "error",
247
+ "type": "text",
248
+ "primaryKey": false,
249
+ "notNull": false,
250
+ "autoincrement": false
251
+ }
252
+ },
253
+ "indexes": {
254
+ "executions_workspace_pipeline_idx": {
255
+ "name": "executions_workspace_pipeline_idx",
256
+ "columns": [
257
+ "workspace_id",
258
+ "pipeline_id"
259
+ ],
260
+ "isUnique": false
261
+ },
262
+ "executions_workspace_started_idx": {
263
+ "name": "executions_workspace_started_idx",
264
+ "columns": [
265
+ "workspace_id",
266
+ "started_at"
267
+ ],
268
+ "isUnique": false
269
+ }
270
+ },
271
+ "foreignKeys": {},
272
+ "compositePrimaryKeys": {},
273
+ "uniqueConstraints": {},
274
+ "checkConstraints": {}
275
+ },
276
+ "workspaces": {
277
+ "name": "workspaces",
278
+ "columns": {
279
+ "id": {
280
+ "name": "id",
281
+ "type": "text",
282
+ "primaryKey": true,
283
+ "notNull": true,
284
+ "autoincrement": false
285
+ },
286
+ "root_path": {
287
+ "name": "root_path",
288
+ "type": "text",
289
+ "primaryKey": false,
290
+ "notNull": false,
291
+ "autoincrement": false
292
+ },
293
+ "created_at": {
294
+ "name": "created_at",
295
+ "type": "integer",
296
+ "primaryKey": false,
297
+ "notNull": true,
298
+ "autoincrement": false
299
+ },
300
+ "updated_at": {
301
+ "name": "updated_at",
302
+ "type": "integer",
303
+ "primaryKey": false,
304
+ "notNull": true,
305
+ "autoincrement": false
306
+ }
307
+ },
308
+ "indexes": {},
309
+ "foreignKeys": {},
310
+ "compositePrimaryKeys": {},
311
+ "uniqueConstraints": {},
312
+ "checkConstraints": {}
313
+ }
314
+ },
315
+ "views": {},
316
+ "enums": {},
317
+ "_meta": {
318
+ "schemas": {},
319
+ "tables": {},
320
+ "columns": {}
321
+ },
322
+ "internal": {
323
+ "indexes": {}
324
+ }
325
+ }
@@ -0,0 +1,365 @@
1
+ {
2
+ "version": "6",
3
+ "dialect": "sqlite",
4
+ "id": "e8166732-05e8-4f37-a072-c0b6268791e9",
5
+ "prevId": "70ff5fa6-a649-4636-9ec4-734514879bb7",
6
+ "tables": {
7
+ "events": {
8
+ "name": "events",
9
+ "columns": {
10
+ "id": {
11
+ "name": "id",
12
+ "type": "text",
13
+ "primaryKey": true,
14
+ "notNull": true,
15
+ "autoincrement": false
16
+ },
17
+ "workspace_id": {
18
+ "name": "workspace_id",
19
+ "type": "text",
20
+ "primaryKey": false,
21
+ "notNull": true,
22
+ "autoincrement": false
23
+ },
24
+ "execution_id": {
25
+ "name": "execution_id",
26
+ "type": "text",
27
+ "primaryKey": false,
28
+ "notNull": true,
29
+ "autoincrement": false
30
+ },
31
+ "type": {
32
+ "name": "type",
33
+ "type": "text",
34
+ "primaryKey": false,
35
+ "notNull": true,
36
+ "autoincrement": false
37
+ },
38
+ "timestamp": {
39
+ "name": "timestamp",
40
+ "type": "integer",
41
+ "primaryKey": false,
42
+ "notNull": true,
43
+ "autoincrement": false
44
+ },
45
+ "data": {
46
+ "name": "data",
47
+ "type": "text",
48
+ "primaryKey": false,
49
+ "notNull": false,
50
+ "autoincrement": false
51
+ }
52
+ },
53
+ "indexes": {
54
+ "events_workspace_execution_idx": {
55
+ "name": "events_workspace_execution_idx",
56
+ "columns": [
57
+ "workspace_id",
58
+ "execution_id"
59
+ ],
60
+ "isUnique": false
61
+ }
62
+ },
63
+ "foreignKeys": {
64
+ "events_workspace_id_workspaces_id_fk": {
65
+ "name": "events_workspace_id_workspaces_id_fk",
66
+ "tableFrom": "events",
67
+ "tableTo": "workspaces",
68
+ "columnsFrom": [
69
+ "workspace_id"
70
+ ],
71
+ "columnsTo": [
72
+ "id"
73
+ ],
74
+ "onDelete": "cascade",
75
+ "onUpdate": "no action"
76
+ },
77
+ "events_execution_id_executions_id_fk": {
78
+ "name": "events_execution_id_executions_id_fk",
79
+ "tableFrom": "events",
80
+ "tableTo": "executions",
81
+ "columnsFrom": [
82
+ "execution_id"
83
+ ],
84
+ "columnsTo": [
85
+ "id"
86
+ ],
87
+ "onDelete": "cascade",
88
+ "onUpdate": "no action"
89
+ }
90
+ },
91
+ "compositePrimaryKeys": {},
92
+ "uniqueConstraints": {},
93
+ "checkConstraints": {}
94
+ },
95
+ "execution_logs": {
96
+ "name": "execution_logs",
97
+ "columns": {
98
+ "id": {
99
+ "name": "id",
100
+ "type": "text",
101
+ "primaryKey": true,
102
+ "notNull": true,
103
+ "autoincrement": false
104
+ },
105
+ "workspace_id": {
106
+ "name": "workspace_id",
107
+ "type": "text",
108
+ "primaryKey": false,
109
+ "notNull": true,
110
+ "autoincrement": false
111
+ },
112
+ "execution_id": {
113
+ "name": "execution_id",
114
+ "type": "text",
115
+ "primaryKey": false,
116
+ "notNull": true,
117
+ "autoincrement": false
118
+ },
119
+ "span_id": {
120
+ "name": "span_id",
121
+ "type": "text",
122
+ "primaryKey": false,
123
+ "notNull": false,
124
+ "autoincrement": false
125
+ },
126
+ "stream": {
127
+ "name": "stream",
128
+ "type": "text",
129
+ "primaryKey": false,
130
+ "notNull": true,
131
+ "autoincrement": false
132
+ },
133
+ "message": {
134
+ "name": "message",
135
+ "type": "text",
136
+ "primaryKey": false,
137
+ "notNull": true,
138
+ "autoincrement": false
139
+ },
140
+ "timestamp": {
141
+ "name": "timestamp",
142
+ "type": "integer",
143
+ "primaryKey": false,
144
+ "notNull": true,
145
+ "autoincrement": false
146
+ },
147
+ "payload": {
148
+ "name": "payload",
149
+ "type": "text",
150
+ "primaryKey": false,
151
+ "notNull": false,
152
+ "autoincrement": false
153
+ }
154
+ },
155
+ "indexes": {
156
+ "execution_logs_workspace_execution_idx": {
157
+ "name": "execution_logs_workspace_execution_idx",
158
+ "columns": [
159
+ "workspace_id",
160
+ "execution_id"
161
+ ],
162
+ "isUnique": false
163
+ },
164
+ "execution_logs_workspace_timestamp_idx": {
165
+ "name": "execution_logs_workspace_timestamp_idx",
166
+ "columns": [
167
+ "workspace_id",
168
+ "timestamp"
169
+ ],
170
+ "isUnique": false
171
+ }
172
+ },
173
+ "foreignKeys": {
174
+ "execution_logs_workspace_id_workspaces_id_fk": {
175
+ "name": "execution_logs_workspace_id_workspaces_id_fk",
176
+ "tableFrom": "execution_logs",
177
+ "tableTo": "workspaces",
178
+ "columnsFrom": [
179
+ "workspace_id"
180
+ ],
181
+ "columnsTo": [
182
+ "id"
183
+ ],
184
+ "onDelete": "cascade",
185
+ "onUpdate": "no action"
186
+ },
187
+ "execution_logs_execution_id_executions_id_fk": {
188
+ "name": "execution_logs_execution_id_executions_id_fk",
189
+ "tableFrom": "execution_logs",
190
+ "tableTo": "executions",
191
+ "columnsFrom": [
192
+ "execution_id"
193
+ ],
194
+ "columnsTo": [
195
+ "id"
196
+ ],
197
+ "onDelete": "cascade",
198
+ "onUpdate": "no action"
199
+ }
200
+ },
201
+ "compositePrimaryKeys": {},
202
+ "uniqueConstraints": {},
203
+ "checkConstraints": {}
204
+ },
205
+ "executions": {
206
+ "name": "executions",
207
+ "columns": {
208
+ "id": {
209
+ "name": "id",
210
+ "type": "text",
211
+ "primaryKey": true,
212
+ "notNull": true,
213
+ "autoincrement": false
214
+ },
215
+ "workspace_id": {
216
+ "name": "workspace_id",
217
+ "type": "text",
218
+ "primaryKey": false,
219
+ "notNull": true,
220
+ "autoincrement": false
221
+ },
222
+ "pipeline_id": {
223
+ "name": "pipeline_id",
224
+ "type": "text",
225
+ "primaryKey": false,
226
+ "notNull": true,
227
+ "autoincrement": false
228
+ },
229
+ "status": {
230
+ "name": "status",
231
+ "type": "text",
232
+ "primaryKey": false,
233
+ "notNull": true,
234
+ "autoincrement": false
235
+ },
236
+ "started_at": {
237
+ "name": "started_at",
238
+ "type": "integer",
239
+ "primaryKey": false,
240
+ "notNull": true,
241
+ "autoincrement": false
242
+ },
243
+ "completed_at": {
244
+ "name": "completed_at",
245
+ "type": "integer",
246
+ "primaryKey": false,
247
+ "notNull": false,
248
+ "autoincrement": false
249
+ },
250
+ "versions": {
251
+ "name": "versions",
252
+ "type": "text",
253
+ "primaryKey": false,
254
+ "notNull": false,
255
+ "autoincrement": false
256
+ },
257
+ "summary": {
258
+ "name": "summary",
259
+ "type": "text",
260
+ "primaryKey": false,
261
+ "notNull": false,
262
+ "autoincrement": false
263
+ },
264
+ "graph": {
265
+ "name": "graph",
266
+ "type": "text",
267
+ "primaryKey": false,
268
+ "notNull": false,
269
+ "autoincrement": false
270
+ },
271
+ "error": {
272
+ "name": "error",
273
+ "type": "text",
274
+ "primaryKey": false,
275
+ "notNull": false,
276
+ "autoincrement": false
277
+ }
278
+ },
279
+ "indexes": {
280
+ "executions_workspace_pipeline_idx": {
281
+ "name": "executions_workspace_pipeline_idx",
282
+ "columns": [
283
+ "workspace_id",
284
+ "pipeline_id"
285
+ ],
286
+ "isUnique": false
287
+ },
288
+ "executions_workspace_started_idx": {
289
+ "name": "executions_workspace_started_idx",
290
+ "columns": [
291
+ "workspace_id",
292
+ "started_at"
293
+ ],
294
+ "isUnique": false
295
+ }
296
+ },
297
+ "foreignKeys": {
298
+ "executions_workspace_id_workspaces_id_fk": {
299
+ "name": "executions_workspace_id_workspaces_id_fk",
300
+ "tableFrom": "executions",
301
+ "tableTo": "workspaces",
302
+ "columnsFrom": [
303
+ "workspace_id"
304
+ ],
305
+ "columnsTo": [
306
+ "id"
307
+ ],
308
+ "onDelete": "cascade",
309
+ "onUpdate": "no action"
310
+ }
311
+ },
312
+ "compositePrimaryKeys": {},
313
+ "uniqueConstraints": {},
314
+ "checkConstraints": {}
315
+ },
316
+ "workspaces": {
317
+ "name": "workspaces",
318
+ "columns": {
319
+ "id": {
320
+ "name": "id",
321
+ "type": "text",
322
+ "primaryKey": true,
323
+ "notNull": true,
324
+ "autoincrement": false
325
+ },
326
+ "root_path": {
327
+ "name": "root_path",
328
+ "type": "text",
329
+ "primaryKey": false,
330
+ "notNull": false,
331
+ "autoincrement": false
332
+ },
333
+ "created_at": {
334
+ "name": "created_at",
335
+ "type": "integer",
336
+ "primaryKey": false,
337
+ "notNull": true,
338
+ "autoincrement": false
339
+ },
340
+ "updated_at": {
341
+ "name": "updated_at",
342
+ "type": "integer",
343
+ "primaryKey": false,
344
+ "notNull": true,
345
+ "autoincrement": false
346
+ }
347
+ },
348
+ "indexes": {},
349
+ "foreignKeys": {},
350
+ "compositePrimaryKeys": {},
351
+ "uniqueConstraints": {},
352
+ "checkConstraints": {}
353
+ }
354
+ },
355
+ "views": {},
356
+ "enums": {},
357
+ "_meta": {
358
+ "schemas": {},
359
+ "tables": {},
360
+ "columns": {}
361
+ },
362
+ "internal": {
363
+ "indexes": {}
364
+ }
365
+ }