-
Notifications
You must be signed in to change notification settings - Fork 0
/
sqlx-data.json
325 lines (325 loc) · 7.44 KB
/
sqlx-data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
{
"db": "SQLite",
"0a8ac1fa840e7a6db4453e435b75ac208e10958f5456f881a2ec4057442ebf2e": {
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "name",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "unique_name",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "color",
"ordinal": 3,
"type_info": "Text"
},
{
"name": "inserted_at",
"ordinal": 4,
"type_info": "Int64"
}
],
"nullable": [
false,
false,
false,
true,
false
],
"parameters": {
"Right": 4
}
},
"query": "INSERT INTO labels (id, name, unique_name, color)\n VALUES (?, ?, ?, ?)\n RETURNING *"
},
"251c80ed51114eb068aa4b6d17f4a77cc12be1cd53854bdb2baa18ae4a7bb6fe": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Right": 1
}
},
"query": "DELETE FROM processes WHERE id = ?"
},
"2c0615b0132b055e13cf0a79110c32f1392ef92cbb4b4741e06b61c8ffb77a30": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Right": 1
}
},
"query": "DELETE FROM agent_relations WHERE id = ?"
},
"363859bae893743b952fae136b2d8cb660f586e27c22d6b1287bf8aa5f21a7c9": {
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "name",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "unique_name",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "color",
"ordinal": 3,
"type_info": "Text"
},
{
"name": "inserted_at",
"ordinal": 4,
"type_info": "Int64"
}
],
"nullable": [
false,
false,
false,
true,
false
],
"parameters": {
"Right": 0
}
},
"query": "SELECT * FROM labels ORDER BY inserted_at DESC"
},
"4de713a08c7f37cbaff61593a6d69d5c12ff77a0601fcbc2b08019b836602458": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Right": 1
}
},
"query": "DELETE FROM commitments WHERE id = ?"
},
"54971cc2971d4d564649ff6a8fec2e638db4014b598cf2d6b4e6df41500bc4a8": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Right": 1
}
},
"query": "DELETE FROM labels WHERE id = ?"
},
"6203ac8ff660b9bf1ed13cefb2f9113a4b4596c37dd6b0648512d6ab95c0a212": {
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "name",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "unique_name",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "inserted_at",
"ordinal": 3,
"type_info": "Int64"
}
],
"nullable": [
false,
false,
false,
false
],
"parameters": {
"Right": 1
}
},
"query": "\n SELECT *\n FROM resource_specifications\n WHERE resource_specifications.id = ?\n "
},
"78456b92cb031256da5a940a001975b0e7004d936dcd5e1d2ab2265f7253af7f": {
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "label",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "inserted_at",
"ordinal": 2,
"type_info": "Int64"
}
],
"nullable": [
false,
false,
false
],
"parameters": {
"Right": 0
}
},
"query": "SELECT * FROM units ORDER BY inserted_at DESC"
},
"94dcd1b0da4a8c7b21e0a7d4a7dfb178c98e2ef0ac40764d843475c88031b352": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Right": 8
}
},
"query": "\n UPDATE commitments\n SET description = ?,\n unit_id = ?,\n action_id = ?,\n resource_specification_id = ?,\n quantity = ?,\n assigned_agent_id = ?,\n due_at = ?\n WHERE id = ?"
},
"9604029db8b55d50e7f152a1c9fa4cc99217a653574560afc7d149f08583983b": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Right": 1
}
},
"query": "DELETE FROM resource_specifications WHERE unique_name = ?"
},
"b469bc85fdb5fcc1ed9ada4e675c762a819693e1df5b7d3a49882c5057444b31": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Right": 1
}
},
"query": "DELETE FROM process_agents WHERE process_id = ?"
},
"beda5cfdafb947d903933a6855b26e0e93b88ca51e5919337afa7cf932bcb404": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Right": 1
}
},
"query": "DELETE FROM process_labels WHERE process_id = ?"
},
"e5ff04797ed871f7014026ed0d946326cfdd30218838e999ef7eedbde3d93769": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Right": 1
}
},
"query": "DELETE FROM agents WHERE unique_name = ?"
},
"f1a077d2596aa0bc683ea9e47f4dc5d7ca46b69a7f0242b05e717bd6953ac46d": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Right": 3
}
},
"query": "UPDATE plans SET title = ?, description = ? WHERE id = ?"
},
"f2965decb127e2bff19d11c1a2761d6934d0d05d4a1bf22b16053ae186778696": {
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "name",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "unique_name",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "inserted_at",
"ordinal": 3,
"type_info": "Int64"
}
],
"nullable": [
false,
false,
false,
false
],
"parameters": {
"Right": 3
}
},
"query": "INSERT INTO resource_specifications (id, name, unique_name)\n VALUES (?, ?, ?)\n RETURNING *"
},
"f5d4c9efd608b97bb002b34b1fc36ce1dc9305d663682c5a8f6cf04fb99473eb": {
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "name",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "unique_name",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "inserted_at",
"ordinal": 3,
"type_info": "Int64"
}
],
"nullable": [
false,
false,
false,
false
],
"parameters": {
"Right": 0
}
},
"query": "SELECT * FROM resource_specifications ORDER BY inserted_at DESC"
}
}