@metis_agent/metis-tui 1.0.0-rc.1

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 (57) hide show
  1. package/bin/metis +56 -0
  2. package/dist/LICENSE +21 -0
  3. package/dist/cli/cli/cmd/tui/photon_rs_bg-bq08arze.wasm +0 -0
  4. package/dist/cli/cli/cmd/tui/worker.js +3731 -0
  5. package/dist/cli/highlights-eq9cgrbb.scm +604 -0
  6. package/dist/cli/highlights-ghv9g403.scm +205 -0
  7. package/dist/cli/highlights-hk7bwhj4.scm +284 -0
  8. package/dist/cli/highlights-r812a2qc.scm +150 -0
  9. package/dist/cli/highlights-x6tmsnaa.scm +115 -0
  10. package/dist/cli/index.js +4464 -0
  11. package/dist/cli/injections-73j83es3.scm +27 -0
  12. package/dist/cli/parser.worker.js +1025 -0
  13. package/dist/cli/photon_rs_bg-bq08arze.wasm +0 -0
  14. package/dist/cli/tree-sitter-javascript-nd0q4pe9.wasm +0 -0
  15. package/dist/cli/tree-sitter-markdown-411r6y9b.wasm +0 -0
  16. package/dist/cli/tree-sitter-markdown_inline-j5349f42.wasm +0 -0
  17. package/dist/cli/tree-sitter-typescript-zxjzwt75.wasm +0 -0
  18. package/dist/cli/tree-sitter-zig-e78zbjpm.wasm +0 -0
  19. package/migration/20260127222353_familiar_lady_ursula/migration.sql +90 -0
  20. package/migration/20260127222353_familiar_lady_ursula/snapshot.json +796 -0
  21. package/migration/20260211171708_add_project_commands/migration.sql +1 -0
  22. package/migration/20260211171708_add_project_commands/snapshot.json +806 -0
  23. package/migration/20260213144116_wakeful_the_professor/migration.sql +11 -0
  24. package/migration/20260213144116_wakeful_the_professor/snapshot.json +897 -0
  25. package/migration/20260225215848_workspace/migration.sql +7 -0
  26. package/migration/20260225215848_workspace/snapshot.json +959 -0
  27. package/migration/20260227213759_add_session_workspace_id/migration.sql +2 -0
  28. package/migration/20260227213759_add_session_workspace_id/snapshot.json +983 -0
  29. package/migration/20260228203230_blue_harpoon/migration.sql +17 -0
  30. package/migration/20260228203230_blue_harpoon/snapshot.json +1102 -0
  31. package/migration/20260303231226_add_workspace_fields/migration.sql +5 -0
  32. package/migration/20260303231226_add_workspace_fields/snapshot.json +1013 -0
  33. package/migration/20260309230000_move_org_to_state/migration.sql +3 -0
  34. package/migration/20260309230000_move_org_to_state/snapshot.json +1156 -0
  35. package/migration/20260312043431_session_message_cursor/migration.sql +4 -0
  36. package/migration/20260312043431_session_message_cursor/snapshot.json +1168 -0
  37. package/migration/20260323234822_events/migration.sql +13 -0
  38. package/migration/20260323234822_events/snapshot.json +1271 -0
  39. package/migration/20260410174513_workspace-name/migration.sql +16 -0
  40. package/migration/20260410174513_workspace-name/snapshot.json +1271 -0
  41. package/migration/20260413175956_chief_energizer/migration.sql +13 -0
  42. package/migration/20260413175956_chief_energizer/snapshot.json +1399 -0
  43. package/migration/20260423070820_add_icon_url_override/migration.sql +2 -0
  44. package/migration/20260423070820_add_icon_url_override/snapshot.json +1409 -0
  45. package/migration/20260427172553_slow_nightmare/migration.sql +17 -0
  46. package/migration/20260427172553_slow_nightmare/snapshot.json +1409 -0
  47. package/migration/20260428004200_add_session_path/migration.sql +1 -0
  48. package/migration/20260428004200_add_session_path/snapshot.json +1419 -0
  49. package/migration/20260501142318_next_venus/migration.sql +2 -0
  50. package/migration/20260501142318_next_venus/snapshot.json +1439 -0
  51. package/migration/20260504145000_add_sync_owner/migration.sql +1 -0
  52. package/migration/20260504145000_add_sync_owner/snapshot.json +1449 -0
  53. package/migration/20260507164347_add_workspace_time/migration.sql +1 -0
  54. package/migration/20260507164347_add_workspace_time/snapshot.json +1459 -0
  55. package/migration/20260511000411_data_migration_state/migration.sql +4 -0
  56. package/migration/20260511000411_data_migration_state/snapshot.json +1490 -0
  57. package/package.json +168 -0
@@ -0,0 +1,1013 @@
1
+ {
2
+ "version": "7",
3
+ "dialect": "sqlite",
4
+ "id": "4ec9de62-88a7-4bec-91cc-0a759e84db21",
5
+ "prevIds": ["572fb732-56f4-4b1e-b981-77152c9980dd"],
6
+ "ddl": [
7
+ {
8
+ "name": "workspace",
9
+ "entityType": "tables"
10
+ },
11
+ {
12
+ "name": "control_account",
13
+ "entityType": "tables"
14
+ },
15
+ {
16
+ "name": "project",
17
+ "entityType": "tables"
18
+ },
19
+ {
20
+ "name": "message",
21
+ "entityType": "tables"
22
+ },
23
+ {
24
+ "name": "part",
25
+ "entityType": "tables"
26
+ },
27
+ {
28
+ "name": "permission",
29
+ "entityType": "tables"
30
+ },
31
+ {
32
+ "name": "session",
33
+ "entityType": "tables"
34
+ },
35
+ {
36
+ "name": "todo",
37
+ "entityType": "tables"
38
+ },
39
+ {
40
+ "name": "session_share",
41
+ "entityType": "tables"
42
+ },
43
+ {
44
+ "type": "text",
45
+ "notNull": false,
46
+ "autoincrement": false,
47
+ "default": null,
48
+ "generated": null,
49
+ "name": "id",
50
+ "entityType": "columns",
51
+ "table": "workspace"
52
+ },
53
+ {
54
+ "type": "text",
55
+ "notNull": true,
56
+ "autoincrement": false,
57
+ "default": null,
58
+ "generated": null,
59
+ "name": "type",
60
+ "entityType": "columns",
61
+ "table": "workspace"
62
+ },
63
+ {
64
+ "type": "text",
65
+ "notNull": false,
66
+ "autoincrement": false,
67
+ "default": null,
68
+ "generated": null,
69
+ "name": "branch",
70
+ "entityType": "columns",
71
+ "table": "workspace"
72
+ },
73
+ {
74
+ "type": "text",
75
+ "notNull": false,
76
+ "autoincrement": false,
77
+ "default": null,
78
+ "generated": null,
79
+ "name": "name",
80
+ "entityType": "columns",
81
+ "table": "workspace"
82
+ },
83
+ {
84
+ "type": "text",
85
+ "notNull": false,
86
+ "autoincrement": false,
87
+ "default": null,
88
+ "generated": null,
89
+ "name": "directory",
90
+ "entityType": "columns",
91
+ "table": "workspace"
92
+ },
93
+ {
94
+ "type": "text",
95
+ "notNull": false,
96
+ "autoincrement": false,
97
+ "default": null,
98
+ "generated": null,
99
+ "name": "extra",
100
+ "entityType": "columns",
101
+ "table": "workspace"
102
+ },
103
+ {
104
+ "type": "text",
105
+ "notNull": true,
106
+ "autoincrement": false,
107
+ "default": null,
108
+ "generated": null,
109
+ "name": "project_id",
110
+ "entityType": "columns",
111
+ "table": "workspace"
112
+ },
113
+ {
114
+ "type": "text",
115
+ "notNull": true,
116
+ "autoincrement": false,
117
+ "default": null,
118
+ "generated": null,
119
+ "name": "email",
120
+ "entityType": "columns",
121
+ "table": "control_account"
122
+ },
123
+ {
124
+ "type": "text",
125
+ "notNull": true,
126
+ "autoincrement": false,
127
+ "default": null,
128
+ "generated": null,
129
+ "name": "url",
130
+ "entityType": "columns",
131
+ "table": "control_account"
132
+ },
133
+ {
134
+ "type": "text",
135
+ "notNull": true,
136
+ "autoincrement": false,
137
+ "default": null,
138
+ "generated": null,
139
+ "name": "access_token",
140
+ "entityType": "columns",
141
+ "table": "control_account"
142
+ },
143
+ {
144
+ "type": "text",
145
+ "notNull": true,
146
+ "autoincrement": false,
147
+ "default": null,
148
+ "generated": null,
149
+ "name": "refresh_token",
150
+ "entityType": "columns",
151
+ "table": "control_account"
152
+ },
153
+ {
154
+ "type": "integer",
155
+ "notNull": false,
156
+ "autoincrement": false,
157
+ "default": null,
158
+ "generated": null,
159
+ "name": "token_expiry",
160
+ "entityType": "columns",
161
+ "table": "control_account"
162
+ },
163
+ {
164
+ "type": "integer",
165
+ "notNull": true,
166
+ "autoincrement": false,
167
+ "default": null,
168
+ "generated": null,
169
+ "name": "active",
170
+ "entityType": "columns",
171
+ "table": "control_account"
172
+ },
173
+ {
174
+ "type": "integer",
175
+ "notNull": true,
176
+ "autoincrement": false,
177
+ "default": null,
178
+ "generated": null,
179
+ "name": "time_created",
180
+ "entityType": "columns",
181
+ "table": "control_account"
182
+ },
183
+ {
184
+ "type": "integer",
185
+ "notNull": true,
186
+ "autoincrement": false,
187
+ "default": null,
188
+ "generated": null,
189
+ "name": "time_updated",
190
+ "entityType": "columns",
191
+ "table": "control_account"
192
+ },
193
+ {
194
+ "type": "text",
195
+ "notNull": false,
196
+ "autoincrement": false,
197
+ "default": null,
198
+ "generated": null,
199
+ "name": "id",
200
+ "entityType": "columns",
201
+ "table": "project"
202
+ },
203
+ {
204
+ "type": "text",
205
+ "notNull": true,
206
+ "autoincrement": false,
207
+ "default": null,
208
+ "generated": null,
209
+ "name": "worktree",
210
+ "entityType": "columns",
211
+ "table": "project"
212
+ },
213
+ {
214
+ "type": "text",
215
+ "notNull": false,
216
+ "autoincrement": false,
217
+ "default": null,
218
+ "generated": null,
219
+ "name": "vcs",
220
+ "entityType": "columns",
221
+ "table": "project"
222
+ },
223
+ {
224
+ "type": "text",
225
+ "notNull": false,
226
+ "autoincrement": false,
227
+ "default": null,
228
+ "generated": null,
229
+ "name": "name",
230
+ "entityType": "columns",
231
+ "table": "project"
232
+ },
233
+ {
234
+ "type": "text",
235
+ "notNull": false,
236
+ "autoincrement": false,
237
+ "default": null,
238
+ "generated": null,
239
+ "name": "icon_url",
240
+ "entityType": "columns",
241
+ "table": "project"
242
+ },
243
+ {
244
+ "type": "text",
245
+ "notNull": false,
246
+ "autoincrement": false,
247
+ "default": null,
248
+ "generated": null,
249
+ "name": "icon_color",
250
+ "entityType": "columns",
251
+ "table": "project"
252
+ },
253
+ {
254
+ "type": "integer",
255
+ "notNull": true,
256
+ "autoincrement": false,
257
+ "default": null,
258
+ "generated": null,
259
+ "name": "time_created",
260
+ "entityType": "columns",
261
+ "table": "project"
262
+ },
263
+ {
264
+ "type": "integer",
265
+ "notNull": true,
266
+ "autoincrement": false,
267
+ "default": null,
268
+ "generated": null,
269
+ "name": "time_updated",
270
+ "entityType": "columns",
271
+ "table": "project"
272
+ },
273
+ {
274
+ "type": "integer",
275
+ "notNull": false,
276
+ "autoincrement": false,
277
+ "default": null,
278
+ "generated": null,
279
+ "name": "time_initialized",
280
+ "entityType": "columns",
281
+ "table": "project"
282
+ },
283
+ {
284
+ "type": "text",
285
+ "notNull": true,
286
+ "autoincrement": false,
287
+ "default": null,
288
+ "generated": null,
289
+ "name": "sandboxes",
290
+ "entityType": "columns",
291
+ "table": "project"
292
+ },
293
+ {
294
+ "type": "text",
295
+ "notNull": false,
296
+ "autoincrement": false,
297
+ "default": null,
298
+ "generated": null,
299
+ "name": "commands",
300
+ "entityType": "columns",
301
+ "table": "project"
302
+ },
303
+ {
304
+ "type": "text",
305
+ "notNull": false,
306
+ "autoincrement": false,
307
+ "default": null,
308
+ "generated": null,
309
+ "name": "id",
310
+ "entityType": "columns",
311
+ "table": "message"
312
+ },
313
+ {
314
+ "type": "text",
315
+ "notNull": true,
316
+ "autoincrement": false,
317
+ "default": null,
318
+ "generated": null,
319
+ "name": "session_id",
320
+ "entityType": "columns",
321
+ "table": "message"
322
+ },
323
+ {
324
+ "type": "integer",
325
+ "notNull": true,
326
+ "autoincrement": false,
327
+ "default": null,
328
+ "generated": null,
329
+ "name": "time_created",
330
+ "entityType": "columns",
331
+ "table": "message"
332
+ },
333
+ {
334
+ "type": "integer",
335
+ "notNull": true,
336
+ "autoincrement": false,
337
+ "default": null,
338
+ "generated": null,
339
+ "name": "time_updated",
340
+ "entityType": "columns",
341
+ "table": "message"
342
+ },
343
+ {
344
+ "type": "text",
345
+ "notNull": true,
346
+ "autoincrement": false,
347
+ "default": null,
348
+ "generated": null,
349
+ "name": "data",
350
+ "entityType": "columns",
351
+ "table": "message"
352
+ },
353
+ {
354
+ "type": "text",
355
+ "notNull": false,
356
+ "autoincrement": false,
357
+ "default": null,
358
+ "generated": null,
359
+ "name": "id",
360
+ "entityType": "columns",
361
+ "table": "part"
362
+ },
363
+ {
364
+ "type": "text",
365
+ "notNull": true,
366
+ "autoincrement": false,
367
+ "default": null,
368
+ "generated": null,
369
+ "name": "message_id",
370
+ "entityType": "columns",
371
+ "table": "part"
372
+ },
373
+ {
374
+ "type": "text",
375
+ "notNull": true,
376
+ "autoincrement": false,
377
+ "default": null,
378
+ "generated": null,
379
+ "name": "session_id",
380
+ "entityType": "columns",
381
+ "table": "part"
382
+ },
383
+ {
384
+ "type": "integer",
385
+ "notNull": true,
386
+ "autoincrement": false,
387
+ "default": null,
388
+ "generated": null,
389
+ "name": "time_created",
390
+ "entityType": "columns",
391
+ "table": "part"
392
+ },
393
+ {
394
+ "type": "integer",
395
+ "notNull": true,
396
+ "autoincrement": false,
397
+ "default": null,
398
+ "generated": null,
399
+ "name": "time_updated",
400
+ "entityType": "columns",
401
+ "table": "part"
402
+ },
403
+ {
404
+ "type": "text",
405
+ "notNull": true,
406
+ "autoincrement": false,
407
+ "default": null,
408
+ "generated": null,
409
+ "name": "data",
410
+ "entityType": "columns",
411
+ "table": "part"
412
+ },
413
+ {
414
+ "type": "text",
415
+ "notNull": false,
416
+ "autoincrement": false,
417
+ "default": null,
418
+ "generated": null,
419
+ "name": "project_id",
420
+ "entityType": "columns",
421
+ "table": "permission"
422
+ },
423
+ {
424
+ "type": "integer",
425
+ "notNull": true,
426
+ "autoincrement": false,
427
+ "default": null,
428
+ "generated": null,
429
+ "name": "time_created",
430
+ "entityType": "columns",
431
+ "table": "permission"
432
+ },
433
+ {
434
+ "type": "integer",
435
+ "notNull": true,
436
+ "autoincrement": false,
437
+ "default": null,
438
+ "generated": null,
439
+ "name": "time_updated",
440
+ "entityType": "columns",
441
+ "table": "permission"
442
+ },
443
+ {
444
+ "type": "text",
445
+ "notNull": true,
446
+ "autoincrement": false,
447
+ "default": null,
448
+ "generated": null,
449
+ "name": "data",
450
+ "entityType": "columns",
451
+ "table": "permission"
452
+ },
453
+ {
454
+ "type": "text",
455
+ "notNull": false,
456
+ "autoincrement": false,
457
+ "default": null,
458
+ "generated": null,
459
+ "name": "id",
460
+ "entityType": "columns",
461
+ "table": "session"
462
+ },
463
+ {
464
+ "type": "text",
465
+ "notNull": true,
466
+ "autoincrement": false,
467
+ "default": null,
468
+ "generated": null,
469
+ "name": "project_id",
470
+ "entityType": "columns",
471
+ "table": "session"
472
+ },
473
+ {
474
+ "type": "text",
475
+ "notNull": false,
476
+ "autoincrement": false,
477
+ "default": null,
478
+ "generated": null,
479
+ "name": "workspace_id",
480
+ "entityType": "columns",
481
+ "table": "session"
482
+ },
483
+ {
484
+ "type": "text",
485
+ "notNull": false,
486
+ "autoincrement": false,
487
+ "default": null,
488
+ "generated": null,
489
+ "name": "parent_id",
490
+ "entityType": "columns",
491
+ "table": "session"
492
+ },
493
+ {
494
+ "type": "text",
495
+ "notNull": true,
496
+ "autoincrement": false,
497
+ "default": null,
498
+ "generated": null,
499
+ "name": "slug",
500
+ "entityType": "columns",
501
+ "table": "session"
502
+ },
503
+ {
504
+ "type": "text",
505
+ "notNull": true,
506
+ "autoincrement": false,
507
+ "default": null,
508
+ "generated": null,
509
+ "name": "directory",
510
+ "entityType": "columns",
511
+ "table": "session"
512
+ },
513
+ {
514
+ "type": "text",
515
+ "notNull": true,
516
+ "autoincrement": false,
517
+ "default": null,
518
+ "generated": null,
519
+ "name": "title",
520
+ "entityType": "columns",
521
+ "table": "session"
522
+ },
523
+ {
524
+ "type": "text",
525
+ "notNull": true,
526
+ "autoincrement": false,
527
+ "default": null,
528
+ "generated": null,
529
+ "name": "version",
530
+ "entityType": "columns",
531
+ "table": "session"
532
+ },
533
+ {
534
+ "type": "text",
535
+ "notNull": false,
536
+ "autoincrement": false,
537
+ "default": null,
538
+ "generated": null,
539
+ "name": "share_url",
540
+ "entityType": "columns",
541
+ "table": "session"
542
+ },
543
+ {
544
+ "type": "integer",
545
+ "notNull": false,
546
+ "autoincrement": false,
547
+ "default": null,
548
+ "generated": null,
549
+ "name": "summary_additions",
550
+ "entityType": "columns",
551
+ "table": "session"
552
+ },
553
+ {
554
+ "type": "integer",
555
+ "notNull": false,
556
+ "autoincrement": false,
557
+ "default": null,
558
+ "generated": null,
559
+ "name": "summary_deletions",
560
+ "entityType": "columns",
561
+ "table": "session"
562
+ },
563
+ {
564
+ "type": "integer",
565
+ "notNull": false,
566
+ "autoincrement": false,
567
+ "default": null,
568
+ "generated": null,
569
+ "name": "summary_files",
570
+ "entityType": "columns",
571
+ "table": "session"
572
+ },
573
+ {
574
+ "type": "text",
575
+ "notNull": false,
576
+ "autoincrement": false,
577
+ "default": null,
578
+ "generated": null,
579
+ "name": "summary_diffs",
580
+ "entityType": "columns",
581
+ "table": "session"
582
+ },
583
+ {
584
+ "type": "text",
585
+ "notNull": false,
586
+ "autoincrement": false,
587
+ "default": null,
588
+ "generated": null,
589
+ "name": "revert",
590
+ "entityType": "columns",
591
+ "table": "session"
592
+ },
593
+ {
594
+ "type": "text",
595
+ "notNull": false,
596
+ "autoincrement": false,
597
+ "default": null,
598
+ "generated": null,
599
+ "name": "permission",
600
+ "entityType": "columns",
601
+ "table": "session"
602
+ },
603
+ {
604
+ "type": "integer",
605
+ "notNull": true,
606
+ "autoincrement": false,
607
+ "default": null,
608
+ "generated": null,
609
+ "name": "time_created",
610
+ "entityType": "columns",
611
+ "table": "session"
612
+ },
613
+ {
614
+ "type": "integer",
615
+ "notNull": true,
616
+ "autoincrement": false,
617
+ "default": null,
618
+ "generated": null,
619
+ "name": "time_updated",
620
+ "entityType": "columns",
621
+ "table": "session"
622
+ },
623
+ {
624
+ "type": "integer",
625
+ "notNull": false,
626
+ "autoincrement": false,
627
+ "default": null,
628
+ "generated": null,
629
+ "name": "time_compacting",
630
+ "entityType": "columns",
631
+ "table": "session"
632
+ },
633
+ {
634
+ "type": "integer",
635
+ "notNull": false,
636
+ "autoincrement": false,
637
+ "default": null,
638
+ "generated": null,
639
+ "name": "time_archived",
640
+ "entityType": "columns",
641
+ "table": "session"
642
+ },
643
+ {
644
+ "type": "text",
645
+ "notNull": true,
646
+ "autoincrement": false,
647
+ "default": null,
648
+ "generated": null,
649
+ "name": "session_id",
650
+ "entityType": "columns",
651
+ "table": "todo"
652
+ },
653
+ {
654
+ "type": "text",
655
+ "notNull": true,
656
+ "autoincrement": false,
657
+ "default": null,
658
+ "generated": null,
659
+ "name": "content",
660
+ "entityType": "columns",
661
+ "table": "todo"
662
+ },
663
+ {
664
+ "type": "text",
665
+ "notNull": true,
666
+ "autoincrement": false,
667
+ "default": null,
668
+ "generated": null,
669
+ "name": "status",
670
+ "entityType": "columns",
671
+ "table": "todo"
672
+ },
673
+ {
674
+ "type": "text",
675
+ "notNull": true,
676
+ "autoincrement": false,
677
+ "default": null,
678
+ "generated": null,
679
+ "name": "priority",
680
+ "entityType": "columns",
681
+ "table": "todo"
682
+ },
683
+ {
684
+ "type": "integer",
685
+ "notNull": true,
686
+ "autoincrement": false,
687
+ "default": null,
688
+ "generated": null,
689
+ "name": "position",
690
+ "entityType": "columns",
691
+ "table": "todo"
692
+ },
693
+ {
694
+ "type": "integer",
695
+ "notNull": true,
696
+ "autoincrement": false,
697
+ "default": null,
698
+ "generated": null,
699
+ "name": "time_created",
700
+ "entityType": "columns",
701
+ "table": "todo"
702
+ },
703
+ {
704
+ "type": "integer",
705
+ "notNull": true,
706
+ "autoincrement": false,
707
+ "default": null,
708
+ "generated": null,
709
+ "name": "time_updated",
710
+ "entityType": "columns",
711
+ "table": "todo"
712
+ },
713
+ {
714
+ "type": "text",
715
+ "notNull": false,
716
+ "autoincrement": false,
717
+ "default": null,
718
+ "generated": null,
719
+ "name": "session_id",
720
+ "entityType": "columns",
721
+ "table": "session_share"
722
+ },
723
+ {
724
+ "type": "text",
725
+ "notNull": true,
726
+ "autoincrement": false,
727
+ "default": null,
728
+ "generated": null,
729
+ "name": "id",
730
+ "entityType": "columns",
731
+ "table": "session_share"
732
+ },
733
+ {
734
+ "type": "text",
735
+ "notNull": true,
736
+ "autoincrement": false,
737
+ "default": null,
738
+ "generated": null,
739
+ "name": "secret",
740
+ "entityType": "columns",
741
+ "table": "session_share"
742
+ },
743
+ {
744
+ "type": "text",
745
+ "notNull": true,
746
+ "autoincrement": false,
747
+ "default": null,
748
+ "generated": null,
749
+ "name": "url",
750
+ "entityType": "columns",
751
+ "table": "session_share"
752
+ },
753
+ {
754
+ "type": "integer",
755
+ "notNull": true,
756
+ "autoincrement": false,
757
+ "default": null,
758
+ "generated": null,
759
+ "name": "time_created",
760
+ "entityType": "columns",
761
+ "table": "session_share"
762
+ },
763
+ {
764
+ "type": "integer",
765
+ "notNull": true,
766
+ "autoincrement": false,
767
+ "default": null,
768
+ "generated": null,
769
+ "name": "time_updated",
770
+ "entityType": "columns",
771
+ "table": "session_share"
772
+ },
773
+ {
774
+ "columns": ["project_id"],
775
+ "tableTo": "project",
776
+ "columnsTo": ["id"],
777
+ "onUpdate": "NO ACTION",
778
+ "onDelete": "CASCADE",
779
+ "nameExplicit": false,
780
+ "name": "fk_workspace_project_id_project_id_fk",
781
+ "entityType": "fks",
782
+ "table": "workspace"
783
+ },
784
+ {
785
+ "columns": ["session_id"],
786
+ "tableTo": "session",
787
+ "columnsTo": ["id"],
788
+ "onUpdate": "NO ACTION",
789
+ "onDelete": "CASCADE",
790
+ "nameExplicit": false,
791
+ "name": "fk_message_session_id_session_id_fk",
792
+ "entityType": "fks",
793
+ "table": "message"
794
+ },
795
+ {
796
+ "columns": ["message_id"],
797
+ "tableTo": "message",
798
+ "columnsTo": ["id"],
799
+ "onUpdate": "NO ACTION",
800
+ "onDelete": "CASCADE",
801
+ "nameExplicit": false,
802
+ "name": "fk_part_message_id_message_id_fk",
803
+ "entityType": "fks",
804
+ "table": "part"
805
+ },
806
+ {
807
+ "columns": ["project_id"],
808
+ "tableTo": "project",
809
+ "columnsTo": ["id"],
810
+ "onUpdate": "NO ACTION",
811
+ "onDelete": "CASCADE",
812
+ "nameExplicit": false,
813
+ "name": "fk_permission_project_id_project_id_fk",
814
+ "entityType": "fks",
815
+ "table": "permission"
816
+ },
817
+ {
818
+ "columns": ["project_id"],
819
+ "tableTo": "project",
820
+ "columnsTo": ["id"],
821
+ "onUpdate": "NO ACTION",
822
+ "onDelete": "CASCADE",
823
+ "nameExplicit": false,
824
+ "name": "fk_session_project_id_project_id_fk",
825
+ "entityType": "fks",
826
+ "table": "session"
827
+ },
828
+ {
829
+ "columns": ["session_id"],
830
+ "tableTo": "session",
831
+ "columnsTo": ["id"],
832
+ "onUpdate": "NO ACTION",
833
+ "onDelete": "CASCADE",
834
+ "nameExplicit": false,
835
+ "name": "fk_todo_session_id_session_id_fk",
836
+ "entityType": "fks",
837
+ "table": "todo"
838
+ },
839
+ {
840
+ "columns": ["session_id"],
841
+ "tableTo": "session",
842
+ "columnsTo": ["id"],
843
+ "onUpdate": "NO ACTION",
844
+ "onDelete": "CASCADE",
845
+ "nameExplicit": false,
846
+ "name": "fk_session_share_session_id_session_id_fk",
847
+ "entityType": "fks",
848
+ "table": "session_share"
849
+ },
850
+ {
851
+ "columns": ["email", "url"],
852
+ "nameExplicit": false,
853
+ "name": "control_account_pk",
854
+ "entityType": "pks",
855
+ "table": "control_account"
856
+ },
857
+ {
858
+ "columns": ["session_id", "position"],
859
+ "nameExplicit": false,
860
+ "name": "todo_pk",
861
+ "entityType": "pks",
862
+ "table": "todo"
863
+ },
864
+ {
865
+ "columns": ["id"],
866
+ "nameExplicit": false,
867
+ "name": "workspace_pk",
868
+ "table": "workspace",
869
+ "entityType": "pks"
870
+ },
871
+ {
872
+ "columns": ["id"],
873
+ "nameExplicit": false,
874
+ "name": "project_pk",
875
+ "table": "project",
876
+ "entityType": "pks"
877
+ },
878
+ {
879
+ "columns": ["id"],
880
+ "nameExplicit": false,
881
+ "name": "message_pk",
882
+ "table": "message",
883
+ "entityType": "pks"
884
+ },
885
+ {
886
+ "columns": ["id"],
887
+ "nameExplicit": false,
888
+ "name": "part_pk",
889
+ "table": "part",
890
+ "entityType": "pks"
891
+ },
892
+ {
893
+ "columns": ["project_id"],
894
+ "nameExplicit": false,
895
+ "name": "permission_pk",
896
+ "table": "permission",
897
+ "entityType": "pks"
898
+ },
899
+ {
900
+ "columns": ["id"],
901
+ "nameExplicit": false,
902
+ "name": "session_pk",
903
+ "table": "session",
904
+ "entityType": "pks"
905
+ },
906
+ {
907
+ "columns": ["session_id"],
908
+ "nameExplicit": false,
909
+ "name": "session_share_pk",
910
+ "table": "session_share",
911
+ "entityType": "pks"
912
+ },
913
+ {
914
+ "columns": [
915
+ {
916
+ "value": "session_id",
917
+ "isExpression": false
918
+ }
919
+ ],
920
+ "isUnique": false,
921
+ "where": null,
922
+ "origin": "manual",
923
+ "name": "message_session_idx",
924
+ "entityType": "indexes",
925
+ "table": "message"
926
+ },
927
+ {
928
+ "columns": [
929
+ {
930
+ "value": "message_id",
931
+ "isExpression": false
932
+ }
933
+ ],
934
+ "isUnique": false,
935
+ "where": null,
936
+ "origin": "manual",
937
+ "name": "part_message_idx",
938
+ "entityType": "indexes",
939
+ "table": "part"
940
+ },
941
+ {
942
+ "columns": [
943
+ {
944
+ "value": "session_id",
945
+ "isExpression": false
946
+ }
947
+ ],
948
+ "isUnique": false,
949
+ "where": null,
950
+ "origin": "manual",
951
+ "name": "part_session_idx",
952
+ "entityType": "indexes",
953
+ "table": "part"
954
+ },
955
+ {
956
+ "columns": [
957
+ {
958
+ "value": "project_id",
959
+ "isExpression": false
960
+ }
961
+ ],
962
+ "isUnique": false,
963
+ "where": null,
964
+ "origin": "manual",
965
+ "name": "session_project_idx",
966
+ "entityType": "indexes",
967
+ "table": "session"
968
+ },
969
+ {
970
+ "columns": [
971
+ {
972
+ "value": "workspace_id",
973
+ "isExpression": false
974
+ }
975
+ ],
976
+ "isUnique": false,
977
+ "where": null,
978
+ "origin": "manual",
979
+ "name": "session_workspace_idx",
980
+ "entityType": "indexes",
981
+ "table": "session"
982
+ },
983
+ {
984
+ "columns": [
985
+ {
986
+ "value": "parent_id",
987
+ "isExpression": false
988
+ }
989
+ ],
990
+ "isUnique": false,
991
+ "where": null,
992
+ "origin": "manual",
993
+ "name": "session_parent_idx",
994
+ "entityType": "indexes",
995
+ "table": "session"
996
+ },
997
+ {
998
+ "columns": [
999
+ {
1000
+ "value": "session_id",
1001
+ "isExpression": false
1002
+ }
1003
+ ],
1004
+ "isUnique": false,
1005
+ "where": null,
1006
+ "origin": "manual",
1007
+ "name": "todo_session_idx",
1008
+ "entityType": "indexes",
1009
+ "table": "todo"
1010
+ }
1011
+ ],
1012
+ "renames": []
1013
+ }