vibora 8.7.2 → 9.0.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.
@@ -0,0 +1,1048 @@
1
+ {
2
+ "version": "6",
3
+ "dialect": "sqlite",
4
+ "id": "984eee45-e3d8-4984-b648-db1236f60754",
5
+ "prevId": "ee817e5d-f007-4e79-a7b3-f73c07551072",
6
+ "tables": {
7
+ "app_services": {
8
+ "name": "app_services",
9
+ "columns": {
10
+ "id": {
11
+ "name": "id",
12
+ "type": "text",
13
+ "primaryKey": true,
14
+ "notNull": true,
15
+ "autoincrement": false
16
+ },
17
+ "app_id": {
18
+ "name": "app_id",
19
+ "type": "text",
20
+ "primaryKey": false,
21
+ "notNull": true,
22
+ "autoincrement": false
23
+ },
24
+ "service_name": {
25
+ "name": "service_name",
26
+ "type": "text",
27
+ "primaryKey": false,
28
+ "notNull": true,
29
+ "autoincrement": false
30
+ },
31
+ "container_port": {
32
+ "name": "container_port",
33
+ "type": "integer",
34
+ "primaryKey": false,
35
+ "notNull": false,
36
+ "autoincrement": false
37
+ },
38
+ "exposed": {
39
+ "name": "exposed",
40
+ "type": "integer",
41
+ "primaryKey": false,
42
+ "notNull": false,
43
+ "autoincrement": false,
44
+ "default": false
45
+ },
46
+ "domain": {
47
+ "name": "domain",
48
+ "type": "text",
49
+ "primaryKey": false,
50
+ "notNull": false,
51
+ "autoincrement": false
52
+ },
53
+ "exposure_method": {
54
+ "name": "exposure_method",
55
+ "type": "text",
56
+ "primaryKey": false,
57
+ "notNull": false,
58
+ "autoincrement": false,
59
+ "default": "'dns'"
60
+ },
61
+ "status": {
62
+ "name": "status",
63
+ "type": "text",
64
+ "primaryKey": false,
65
+ "notNull": false,
66
+ "autoincrement": false,
67
+ "default": "'stopped'"
68
+ },
69
+ "container_id": {
70
+ "name": "container_id",
71
+ "type": "text",
72
+ "primaryKey": false,
73
+ "notNull": false,
74
+ "autoincrement": false
75
+ },
76
+ "created_at": {
77
+ "name": "created_at",
78
+ "type": "text",
79
+ "primaryKey": false,
80
+ "notNull": true,
81
+ "autoincrement": false
82
+ },
83
+ "updated_at": {
84
+ "name": "updated_at",
85
+ "type": "text",
86
+ "primaryKey": false,
87
+ "notNull": true,
88
+ "autoincrement": false
89
+ }
90
+ },
91
+ "indexes": {},
92
+ "foreignKeys": {},
93
+ "compositePrimaryKeys": {},
94
+ "uniqueConstraints": {},
95
+ "checkConstraints": {}
96
+ },
97
+ "apps": {
98
+ "name": "apps",
99
+ "columns": {
100
+ "id": {
101
+ "name": "id",
102
+ "type": "text",
103
+ "primaryKey": true,
104
+ "notNull": true,
105
+ "autoincrement": false
106
+ },
107
+ "name": {
108
+ "name": "name",
109
+ "type": "text",
110
+ "primaryKey": false,
111
+ "notNull": true,
112
+ "autoincrement": false
113
+ },
114
+ "repository_id": {
115
+ "name": "repository_id",
116
+ "type": "text",
117
+ "primaryKey": false,
118
+ "notNull": true,
119
+ "autoincrement": false
120
+ },
121
+ "branch": {
122
+ "name": "branch",
123
+ "type": "text",
124
+ "primaryKey": false,
125
+ "notNull": true,
126
+ "autoincrement": false,
127
+ "default": "'main'"
128
+ },
129
+ "compose_file": {
130
+ "name": "compose_file",
131
+ "type": "text",
132
+ "primaryKey": false,
133
+ "notNull": true,
134
+ "autoincrement": false
135
+ },
136
+ "status": {
137
+ "name": "status",
138
+ "type": "text",
139
+ "primaryKey": false,
140
+ "notNull": true,
141
+ "autoincrement": false,
142
+ "default": "'stopped'"
143
+ },
144
+ "auto_deploy_enabled": {
145
+ "name": "auto_deploy_enabled",
146
+ "type": "integer",
147
+ "primaryKey": false,
148
+ "notNull": false,
149
+ "autoincrement": false,
150
+ "default": false
151
+ },
152
+ "environment_variables": {
153
+ "name": "environment_variables",
154
+ "type": "text",
155
+ "primaryKey": false,
156
+ "notNull": false,
157
+ "autoincrement": false
158
+ },
159
+ "no_cache_build": {
160
+ "name": "no_cache_build",
161
+ "type": "integer",
162
+ "primaryKey": false,
163
+ "notNull": false,
164
+ "autoincrement": false,
165
+ "default": false
166
+ },
167
+ "notifications_enabled": {
168
+ "name": "notifications_enabled",
169
+ "type": "integer",
170
+ "primaryKey": false,
171
+ "notNull": false,
172
+ "autoincrement": false,
173
+ "default": true
174
+ },
175
+ "last_deployed_at": {
176
+ "name": "last_deployed_at",
177
+ "type": "text",
178
+ "primaryKey": false,
179
+ "notNull": false,
180
+ "autoincrement": false
181
+ },
182
+ "last_deploy_commit": {
183
+ "name": "last_deploy_commit",
184
+ "type": "text",
185
+ "primaryKey": false,
186
+ "notNull": false,
187
+ "autoincrement": false
188
+ },
189
+ "created_at": {
190
+ "name": "created_at",
191
+ "type": "text",
192
+ "primaryKey": false,
193
+ "notNull": true,
194
+ "autoincrement": false
195
+ },
196
+ "updated_at": {
197
+ "name": "updated_at",
198
+ "type": "text",
199
+ "primaryKey": false,
200
+ "notNull": true,
201
+ "autoincrement": false
202
+ }
203
+ },
204
+ "indexes": {},
205
+ "foreignKeys": {},
206
+ "compositePrimaryKeys": {},
207
+ "uniqueConstraints": {},
208
+ "checkConstraints": {}
209
+ },
210
+ "deployments": {
211
+ "name": "deployments",
212
+ "columns": {
213
+ "id": {
214
+ "name": "id",
215
+ "type": "text",
216
+ "primaryKey": true,
217
+ "notNull": true,
218
+ "autoincrement": false
219
+ },
220
+ "app_id": {
221
+ "name": "app_id",
222
+ "type": "text",
223
+ "primaryKey": false,
224
+ "notNull": true,
225
+ "autoincrement": false
226
+ },
227
+ "status": {
228
+ "name": "status",
229
+ "type": "text",
230
+ "primaryKey": false,
231
+ "notNull": true,
232
+ "autoincrement": false
233
+ },
234
+ "git_commit": {
235
+ "name": "git_commit",
236
+ "type": "text",
237
+ "primaryKey": false,
238
+ "notNull": false,
239
+ "autoincrement": false
240
+ },
241
+ "git_message": {
242
+ "name": "git_message",
243
+ "type": "text",
244
+ "primaryKey": false,
245
+ "notNull": false,
246
+ "autoincrement": false
247
+ },
248
+ "deployed_by": {
249
+ "name": "deployed_by",
250
+ "type": "text",
251
+ "primaryKey": false,
252
+ "notNull": false,
253
+ "autoincrement": false
254
+ },
255
+ "build_logs": {
256
+ "name": "build_logs",
257
+ "type": "text",
258
+ "primaryKey": false,
259
+ "notNull": false,
260
+ "autoincrement": false
261
+ },
262
+ "error_message": {
263
+ "name": "error_message",
264
+ "type": "text",
265
+ "primaryKey": false,
266
+ "notNull": false,
267
+ "autoincrement": false
268
+ },
269
+ "started_at": {
270
+ "name": "started_at",
271
+ "type": "text",
272
+ "primaryKey": false,
273
+ "notNull": true,
274
+ "autoincrement": false
275
+ },
276
+ "completed_at": {
277
+ "name": "completed_at",
278
+ "type": "text",
279
+ "primaryKey": false,
280
+ "notNull": false,
281
+ "autoincrement": false
282
+ },
283
+ "created_at": {
284
+ "name": "created_at",
285
+ "type": "text",
286
+ "primaryKey": false,
287
+ "notNull": true,
288
+ "autoincrement": false
289
+ }
290
+ },
291
+ "indexes": {},
292
+ "foreignKeys": {},
293
+ "compositePrimaryKeys": {},
294
+ "uniqueConstraints": {},
295
+ "checkConstraints": {}
296
+ },
297
+ "projects": {
298
+ "name": "projects",
299
+ "columns": {
300
+ "id": {
301
+ "name": "id",
302
+ "type": "text",
303
+ "primaryKey": true,
304
+ "notNull": true,
305
+ "autoincrement": false
306
+ },
307
+ "name": {
308
+ "name": "name",
309
+ "type": "text",
310
+ "primaryKey": false,
311
+ "notNull": true,
312
+ "autoincrement": false
313
+ },
314
+ "description": {
315
+ "name": "description",
316
+ "type": "text",
317
+ "primaryKey": false,
318
+ "notNull": false,
319
+ "autoincrement": false
320
+ },
321
+ "repository_id": {
322
+ "name": "repository_id",
323
+ "type": "text",
324
+ "primaryKey": false,
325
+ "notNull": false,
326
+ "autoincrement": false
327
+ },
328
+ "app_id": {
329
+ "name": "app_id",
330
+ "type": "text",
331
+ "primaryKey": false,
332
+ "notNull": false,
333
+ "autoincrement": false
334
+ },
335
+ "terminal_tab_id": {
336
+ "name": "terminal_tab_id",
337
+ "type": "text",
338
+ "primaryKey": false,
339
+ "notNull": false,
340
+ "autoincrement": false
341
+ },
342
+ "status": {
343
+ "name": "status",
344
+ "type": "text",
345
+ "primaryKey": false,
346
+ "notNull": true,
347
+ "autoincrement": false,
348
+ "default": "'active'"
349
+ },
350
+ "last_accessed_at": {
351
+ "name": "last_accessed_at",
352
+ "type": "text",
353
+ "primaryKey": false,
354
+ "notNull": false,
355
+ "autoincrement": false
356
+ },
357
+ "created_at": {
358
+ "name": "created_at",
359
+ "type": "text",
360
+ "primaryKey": false,
361
+ "notNull": true,
362
+ "autoincrement": false
363
+ },
364
+ "updated_at": {
365
+ "name": "updated_at",
366
+ "type": "text",
367
+ "primaryKey": false,
368
+ "notNull": true,
369
+ "autoincrement": false
370
+ }
371
+ },
372
+ "indexes": {
373
+ "projects_app_id_unique": {
374
+ "name": "projects_app_id_unique",
375
+ "columns": [
376
+ "app_id"
377
+ ],
378
+ "isUnique": true
379
+ },
380
+ "projects_terminal_tab_id_unique": {
381
+ "name": "projects_terminal_tab_id_unique",
382
+ "columns": [
383
+ "terminal_tab_id"
384
+ ],
385
+ "isUnique": true
386
+ }
387
+ },
388
+ "foreignKeys": {},
389
+ "compositePrimaryKeys": {},
390
+ "uniqueConstraints": {},
391
+ "checkConstraints": {}
392
+ },
393
+ "repositories": {
394
+ "name": "repositories",
395
+ "columns": {
396
+ "id": {
397
+ "name": "id",
398
+ "type": "text",
399
+ "primaryKey": true,
400
+ "notNull": true,
401
+ "autoincrement": false
402
+ },
403
+ "path": {
404
+ "name": "path",
405
+ "type": "text",
406
+ "primaryKey": false,
407
+ "notNull": true,
408
+ "autoincrement": false
409
+ },
410
+ "display_name": {
411
+ "name": "display_name",
412
+ "type": "text",
413
+ "primaryKey": false,
414
+ "notNull": true,
415
+ "autoincrement": false
416
+ },
417
+ "startup_script": {
418
+ "name": "startup_script",
419
+ "type": "text",
420
+ "primaryKey": false,
421
+ "notNull": false,
422
+ "autoincrement": false
423
+ },
424
+ "copy_files": {
425
+ "name": "copy_files",
426
+ "type": "text",
427
+ "primaryKey": false,
428
+ "notNull": false,
429
+ "autoincrement": false
430
+ },
431
+ "claude_options": {
432
+ "name": "claude_options",
433
+ "type": "text",
434
+ "primaryKey": false,
435
+ "notNull": false,
436
+ "autoincrement": false
437
+ },
438
+ "opencode_options": {
439
+ "name": "opencode_options",
440
+ "type": "text",
441
+ "primaryKey": false,
442
+ "notNull": false,
443
+ "autoincrement": false
444
+ },
445
+ "opencode_model": {
446
+ "name": "opencode_model",
447
+ "type": "text",
448
+ "primaryKey": false,
449
+ "notNull": false,
450
+ "autoincrement": false
451
+ },
452
+ "default_agent": {
453
+ "name": "default_agent",
454
+ "type": "text",
455
+ "primaryKey": false,
456
+ "notNull": false,
457
+ "autoincrement": false
458
+ },
459
+ "remote_url": {
460
+ "name": "remote_url",
461
+ "type": "text",
462
+ "primaryKey": false,
463
+ "notNull": false,
464
+ "autoincrement": false
465
+ },
466
+ "is_copier_template": {
467
+ "name": "is_copier_template",
468
+ "type": "integer",
469
+ "primaryKey": false,
470
+ "notNull": false,
471
+ "autoincrement": false,
472
+ "default": false
473
+ },
474
+ "last_used_at": {
475
+ "name": "last_used_at",
476
+ "type": "text",
477
+ "primaryKey": false,
478
+ "notNull": false,
479
+ "autoincrement": false
480
+ },
481
+ "created_at": {
482
+ "name": "created_at",
483
+ "type": "text",
484
+ "primaryKey": false,
485
+ "notNull": true,
486
+ "autoincrement": false
487
+ },
488
+ "updated_at": {
489
+ "name": "updated_at",
490
+ "type": "text",
491
+ "primaryKey": false,
492
+ "notNull": true,
493
+ "autoincrement": false
494
+ }
495
+ },
496
+ "indexes": {
497
+ "repositories_path_unique": {
498
+ "name": "repositories_path_unique",
499
+ "columns": [
500
+ "path"
501
+ ],
502
+ "isUnique": true
503
+ }
504
+ },
505
+ "foreignKeys": {},
506
+ "compositePrimaryKeys": {},
507
+ "uniqueConstraints": {},
508
+ "checkConstraints": {}
509
+ },
510
+ "system_metrics": {
511
+ "name": "system_metrics",
512
+ "columns": {
513
+ "id": {
514
+ "name": "id",
515
+ "type": "integer",
516
+ "primaryKey": true,
517
+ "notNull": true,
518
+ "autoincrement": true
519
+ },
520
+ "timestamp": {
521
+ "name": "timestamp",
522
+ "type": "integer",
523
+ "primaryKey": false,
524
+ "notNull": true,
525
+ "autoincrement": false
526
+ },
527
+ "cpu_percent": {
528
+ "name": "cpu_percent",
529
+ "type": "real",
530
+ "primaryKey": false,
531
+ "notNull": true,
532
+ "autoincrement": false
533
+ },
534
+ "memory_used_bytes": {
535
+ "name": "memory_used_bytes",
536
+ "type": "integer",
537
+ "primaryKey": false,
538
+ "notNull": true,
539
+ "autoincrement": false
540
+ },
541
+ "memory_total_bytes": {
542
+ "name": "memory_total_bytes",
543
+ "type": "integer",
544
+ "primaryKey": false,
545
+ "notNull": true,
546
+ "autoincrement": false
547
+ },
548
+ "memory_cache_bytes": {
549
+ "name": "memory_cache_bytes",
550
+ "type": "integer",
551
+ "primaryKey": false,
552
+ "notNull": true,
553
+ "autoincrement": false,
554
+ "default": 0
555
+ },
556
+ "disk_used_bytes": {
557
+ "name": "disk_used_bytes",
558
+ "type": "integer",
559
+ "primaryKey": false,
560
+ "notNull": true,
561
+ "autoincrement": false
562
+ },
563
+ "disk_total_bytes": {
564
+ "name": "disk_total_bytes",
565
+ "type": "integer",
566
+ "primaryKey": false,
567
+ "notNull": true,
568
+ "autoincrement": false
569
+ }
570
+ },
571
+ "indexes": {},
572
+ "foreignKeys": {},
573
+ "compositePrimaryKeys": {},
574
+ "uniqueConstraints": {},
575
+ "checkConstraints": {}
576
+ },
577
+ "tasks": {
578
+ "name": "tasks",
579
+ "columns": {
580
+ "id": {
581
+ "name": "id",
582
+ "type": "text",
583
+ "primaryKey": true,
584
+ "notNull": true,
585
+ "autoincrement": false
586
+ },
587
+ "title": {
588
+ "name": "title",
589
+ "type": "text",
590
+ "primaryKey": false,
591
+ "notNull": true,
592
+ "autoincrement": false
593
+ },
594
+ "description": {
595
+ "name": "description",
596
+ "type": "text",
597
+ "primaryKey": false,
598
+ "notNull": false,
599
+ "autoincrement": false
600
+ },
601
+ "status": {
602
+ "name": "status",
603
+ "type": "text",
604
+ "primaryKey": false,
605
+ "notNull": true,
606
+ "autoincrement": false,
607
+ "default": "'IN_PROGRESS'"
608
+ },
609
+ "position": {
610
+ "name": "position",
611
+ "type": "integer",
612
+ "primaryKey": false,
613
+ "notNull": true,
614
+ "autoincrement": false
615
+ },
616
+ "repo_path": {
617
+ "name": "repo_path",
618
+ "type": "text",
619
+ "primaryKey": false,
620
+ "notNull": true,
621
+ "autoincrement": false
622
+ },
623
+ "repo_name": {
624
+ "name": "repo_name",
625
+ "type": "text",
626
+ "primaryKey": false,
627
+ "notNull": true,
628
+ "autoincrement": false
629
+ },
630
+ "base_branch": {
631
+ "name": "base_branch",
632
+ "type": "text",
633
+ "primaryKey": false,
634
+ "notNull": true,
635
+ "autoincrement": false
636
+ },
637
+ "branch": {
638
+ "name": "branch",
639
+ "type": "text",
640
+ "primaryKey": false,
641
+ "notNull": false,
642
+ "autoincrement": false
643
+ },
644
+ "worktree_path": {
645
+ "name": "worktree_path",
646
+ "type": "text",
647
+ "primaryKey": false,
648
+ "notNull": false,
649
+ "autoincrement": false
650
+ },
651
+ "view_state": {
652
+ "name": "view_state",
653
+ "type": "text",
654
+ "primaryKey": false,
655
+ "notNull": false,
656
+ "autoincrement": false
657
+ },
658
+ "pr_url": {
659
+ "name": "pr_url",
660
+ "type": "text",
661
+ "primaryKey": false,
662
+ "notNull": false,
663
+ "autoincrement": false
664
+ },
665
+ "linear_ticket_id": {
666
+ "name": "linear_ticket_id",
667
+ "type": "text",
668
+ "primaryKey": false,
669
+ "notNull": false,
670
+ "autoincrement": false
671
+ },
672
+ "linear_ticket_url": {
673
+ "name": "linear_ticket_url",
674
+ "type": "text",
675
+ "primaryKey": false,
676
+ "notNull": false,
677
+ "autoincrement": false
678
+ },
679
+ "startup_script": {
680
+ "name": "startup_script",
681
+ "type": "text",
682
+ "primaryKey": false,
683
+ "notNull": false,
684
+ "autoincrement": false
685
+ },
686
+ "agent": {
687
+ "name": "agent",
688
+ "type": "text",
689
+ "primaryKey": false,
690
+ "notNull": true,
691
+ "autoincrement": false,
692
+ "default": "'claude'"
693
+ },
694
+ "ai_mode": {
695
+ "name": "ai_mode",
696
+ "type": "text",
697
+ "primaryKey": false,
698
+ "notNull": false,
699
+ "autoincrement": false
700
+ },
701
+ "agent_options": {
702
+ "name": "agent_options",
703
+ "type": "text",
704
+ "primaryKey": false,
705
+ "notNull": false,
706
+ "autoincrement": false
707
+ },
708
+ "opencode_model": {
709
+ "name": "opencode_model",
710
+ "type": "text",
711
+ "primaryKey": false,
712
+ "notNull": false,
713
+ "autoincrement": false
714
+ },
715
+ "pinned": {
716
+ "name": "pinned",
717
+ "type": "integer",
718
+ "primaryKey": false,
719
+ "notNull": false,
720
+ "autoincrement": false,
721
+ "default": false
722
+ },
723
+ "created_at": {
724
+ "name": "created_at",
725
+ "type": "text",
726
+ "primaryKey": false,
727
+ "notNull": true,
728
+ "autoincrement": false
729
+ },
730
+ "updated_at": {
731
+ "name": "updated_at",
732
+ "type": "text",
733
+ "primaryKey": false,
734
+ "notNull": true,
735
+ "autoincrement": false
736
+ }
737
+ },
738
+ "indexes": {},
739
+ "foreignKeys": {},
740
+ "compositePrimaryKeys": {},
741
+ "uniqueConstraints": {},
742
+ "checkConstraints": {}
743
+ },
744
+ "terminal_tabs": {
745
+ "name": "terminal_tabs",
746
+ "columns": {
747
+ "id": {
748
+ "name": "id",
749
+ "type": "text",
750
+ "primaryKey": true,
751
+ "notNull": true,
752
+ "autoincrement": false
753
+ },
754
+ "name": {
755
+ "name": "name",
756
+ "type": "text",
757
+ "primaryKey": false,
758
+ "notNull": true,
759
+ "autoincrement": false
760
+ },
761
+ "position": {
762
+ "name": "position",
763
+ "type": "integer",
764
+ "primaryKey": false,
765
+ "notNull": true,
766
+ "autoincrement": false,
767
+ "default": 0
768
+ },
769
+ "directory": {
770
+ "name": "directory",
771
+ "type": "text",
772
+ "primaryKey": false,
773
+ "notNull": false,
774
+ "autoincrement": false
775
+ },
776
+ "created_at": {
777
+ "name": "created_at",
778
+ "type": "text",
779
+ "primaryKey": false,
780
+ "notNull": true,
781
+ "autoincrement": false
782
+ },
783
+ "updated_at": {
784
+ "name": "updated_at",
785
+ "type": "text",
786
+ "primaryKey": false,
787
+ "notNull": true,
788
+ "autoincrement": false
789
+ }
790
+ },
791
+ "indexes": {},
792
+ "foreignKeys": {},
793
+ "compositePrimaryKeys": {},
794
+ "uniqueConstraints": {},
795
+ "checkConstraints": {}
796
+ },
797
+ "terminal_view_state": {
798
+ "name": "terminal_view_state",
799
+ "columns": {
800
+ "id": {
801
+ "name": "id",
802
+ "type": "text",
803
+ "primaryKey": true,
804
+ "notNull": true,
805
+ "autoincrement": false,
806
+ "default": "'singleton'"
807
+ },
808
+ "active_tab_id": {
809
+ "name": "active_tab_id",
810
+ "type": "text",
811
+ "primaryKey": false,
812
+ "notNull": false,
813
+ "autoincrement": false
814
+ },
815
+ "focused_terminals": {
816
+ "name": "focused_terminals",
817
+ "type": "text",
818
+ "primaryKey": false,
819
+ "notNull": false,
820
+ "autoincrement": false
821
+ },
822
+ "current_view": {
823
+ "name": "current_view",
824
+ "type": "text",
825
+ "primaryKey": false,
826
+ "notNull": false,
827
+ "autoincrement": false
828
+ },
829
+ "current_task_id": {
830
+ "name": "current_task_id",
831
+ "type": "text",
832
+ "primaryKey": false,
833
+ "notNull": false,
834
+ "autoincrement": false
835
+ },
836
+ "is_tab_visible": {
837
+ "name": "is_tab_visible",
838
+ "type": "integer",
839
+ "primaryKey": false,
840
+ "notNull": false,
841
+ "autoincrement": false
842
+ },
843
+ "view_updated_at": {
844
+ "name": "view_updated_at",
845
+ "type": "text",
846
+ "primaryKey": false,
847
+ "notNull": false,
848
+ "autoincrement": false
849
+ },
850
+ "updated_at": {
851
+ "name": "updated_at",
852
+ "type": "text",
853
+ "primaryKey": false,
854
+ "notNull": true,
855
+ "autoincrement": false
856
+ }
857
+ },
858
+ "indexes": {},
859
+ "foreignKeys": {},
860
+ "compositePrimaryKeys": {},
861
+ "uniqueConstraints": {},
862
+ "checkConstraints": {}
863
+ },
864
+ "terminals": {
865
+ "name": "terminals",
866
+ "columns": {
867
+ "id": {
868
+ "name": "id",
869
+ "type": "text",
870
+ "primaryKey": true,
871
+ "notNull": true,
872
+ "autoincrement": false
873
+ },
874
+ "name": {
875
+ "name": "name",
876
+ "type": "text",
877
+ "primaryKey": false,
878
+ "notNull": true,
879
+ "autoincrement": false
880
+ },
881
+ "cwd": {
882
+ "name": "cwd",
883
+ "type": "text",
884
+ "primaryKey": false,
885
+ "notNull": true,
886
+ "autoincrement": false
887
+ },
888
+ "cols": {
889
+ "name": "cols",
890
+ "type": "integer",
891
+ "primaryKey": false,
892
+ "notNull": true,
893
+ "autoincrement": false,
894
+ "default": 80
895
+ },
896
+ "rows": {
897
+ "name": "rows",
898
+ "type": "integer",
899
+ "primaryKey": false,
900
+ "notNull": true,
901
+ "autoincrement": false,
902
+ "default": 24
903
+ },
904
+ "tmux_session": {
905
+ "name": "tmux_session",
906
+ "type": "text",
907
+ "primaryKey": false,
908
+ "notNull": true,
909
+ "autoincrement": false
910
+ },
911
+ "status": {
912
+ "name": "status",
913
+ "type": "text",
914
+ "primaryKey": false,
915
+ "notNull": true,
916
+ "autoincrement": false,
917
+ "default": "'running'"
918
+ },
919
+ "exit_code": {
920
+ "name": "exit_code",
921
+ "type": "integer",
922
+ "primaryKey": false,
923
+ "notNull": false,
924
+ "autoincrement": false
925
+ },
926
+ "tab_id": {
927
+ "name": "tab_id",
928
+ "type": "text",
929
+ "primaryKey": false,
930
+ "notNull": false,
931
+ "autoincrement": false
932
+ },
933
+ "position_in_tab": {
934
+ "name": "position_in_tab",
935
+ "type": "integer",
936
+ "primaryKey": false,
937
+ "notNull": false,
938
+ "autoincrement": false,
939
+ "default": 0
940
+ },
941
+ "created_at": {
942
+ "name": "created_at",
943
+ "type": "text",
944
+ "primaryKey": false,
945
+ "notNull": true,
946
+ "autoincrement": false
947
+ },
948
+ "updated_at": {
949
+ "name": "updated_at",
950
+ "type": "text",
951
+ "primaryKey": false,
952
+ "notNull": true,
953
+ "autoincrement": false
954
+ }
955
+ },
956
+ "indexes": {},
957
+ "foreignKeys": {},
958
+ "compositePrimaryKeys": {},
959
+ "uniqueConstraints": {},
960
+ "checkConstraints": {}
961
+ },
962
+ "tunnels": {
963
+ "name": "tunnels",
964
+ "columns": {
965
+ "id": {
966
+ "name": "id",
967
+ "type": "text",
968
+ "primaryKey": true,
969
+ "notNull": true,
970
+ "autoincrement": false
971
+ },
972
+ "app_id": {
973
+ "name": "app_id",
974
+ "type": "text",
975
+ "primaryKey": false,
976
+ "notNull": true,
977
+ "autoincrement": false
978
+ },
979
+ "tunnel_id": {
980
+ "name": "tunnel_id",
981
+ "type": "text",
982
+ "primaryKey": false,
983
+ "notNull": true,
984
+ "autoincrement": false
985
+ },
986
+ "tunnel_name": {
987
+ "name": "tunnel_name",
988
+ "type": "text",
989
+ "primaryKey": false,
990
+ "notNull": true,
991
+ "autoincrement": false
992
+ },
993
+ "tunnel_token": {
994
+ "name": "tunnel_token",
995
+ "type": "text",
996
+ "primaryKey": false,
997
+ "notNull": true,
998
+ "autoincrement": false
999
+ },
1000
+ "status": {
1001
+ "name": "status",
1002
+ "type": "text",
1003
+ "primaryKey": false,
1004
+ "notNull": true,
1005
+ "autoincrement": false,
1006
+ "default": "'inactive'"
1007
+ },
1008
+ "created_at": {
1009
+ "name": "created_at",
1010
+ "type": "text",
1011
+ "primaryKey": false,
1012
+ "notNull": true,
1013
+ "autoincrement": false
1014
+ },
1015
+ "updated_at": {
1016
+ "name": "updated_at",
1017
+ "type": "text",
1018
+ "primaryKey": false,
1019
+ "notNull": true,
1020
+ "autoincrement": false
1021
+ }
1022
+ },
1023
+ "indexes": {
1024
+ "tunnels_app_id_unique": {
1025
+ "name": "tunnels_app_id_unique",
1026
+ "columns": [
1027
+ "app_id"
1028
+ ],
1029
+ "isUnique": true
1030
+ }
1031
+ },
1032
+ "foreignKeys": {},
1033
+ "compositePrimaryKeys": {},
1034
+ "uniqueConstraints": {},
1035
+ "checkConstraints": {}
1036
+ }
1037
+ },
1038
+ "views": {},
1039
+ "enums": {},
1040
+ "_meta": {
1041
+ "schemas": {},
1042
+ "tables": {},
1043
+ "columns": {}
1044
+ },
1045
+ "internal": {
1046
+ "indexes": {}
1047
+ }
1048
+ }