vibora 8.7.0 → 8.7.2

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,952 @@
1
+ {
2
+ "version": "6",
3
+ "dialect": "sqlite",
4
+ "id": "ee817e5d-f007-4e79-a7b3-f73c07551072",
5
+ "prevId": "ca550c40-d1c6-48ae-bb77-b4cb194e62fe",
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
+ "repositories": {
298
+ "name": "repositories",
299
+ "columns": {
300
+ "id": {
301
+ "name": "id",
302
+ "type": "text",
303
+ "primaryKey": true,
304
+ "notNull": true,
305
+ "autoincrement": false
306
+ },
307
+ "path": {
308
+ "name": "path",
309
+ "type": "text",
310
+ "primaryKey": false,
311
+ "notNull": true,
312
+ "autoincrement": false
313
+ },
314
+ "display_name": {
315
+ "name": "display_name",
316
+ "type": "text",
317
+ "primaryKey": false,
318
+ "notNull": true,
319
+ "autoincrement": false
320
+ },
321
+ "startup_script": {
322
+ "name": "startup_script",
323
+ "type": "text",
324
+ "primaryKey": false,
325
+ "notNull": false,
326
+ "autoincrement": false
327
+ },
328
+ "copy_files": {
329
+ "name": "copy_files",
330
+ "type": "text",
331
+ "primaryKey": false,
332
+ "notNull": false,
333
+ "autoincrement": false
334
+ },
335
+ "claude_options": {
336
+ "name": "claude_options",
337
+ "type": "text",
338
+ "primaryKey": false,
339
+ "notNull": false,
340
+ "autoincrement": false
341
+ },
342
+ "opencode_options": {
343
+ "name": "opencode_options",
344
+ "type": "text",
345
+ "primaryKey": false,
346
+ "notNull": false,
347
+ "autoincrement": false
348
+ },
349
+ "opencode_model": {
350
+ "name": "opencode_model",
351
+ "type": "text",
352
+ "primaryKey": false,
353
+ "notNull": false,
354
+ "autoincrement": false
355
+ },
356
+ "default_agent": {
357
+ "name": "default_agent",
358
+ "type": "text",
359
+ "primaryKey": false,
360
+ "notNull": false,
361
+ "autoincrement": false
362
+ },
363
+ "remote_url": {
364
+ "name": "remote_url",
365
+ "type": "text",
366
+ "primaryKey": false,
367
+ "notNull": false,
368
+ "autoincrement": false
369
+ },
370
+ "is_copier_template": {
371
+ "name": "is_copier_template",
372
+ "type": "integer",
373
+ "primaryKey": false,
374
+ "notNull": false,
375
+ "autoincrement": false,
376
+ "default": false
377
+ },
378
+ "last_used_at": {
379
+ "name": "last_used_at",
380
+ "type": "text",
381
+ "primaryKey": false,
382
+ "notNull": false,
383
+ "autoincrement": false
384
+ },
385
+ "created_at": {
386
+ "name": "created_at",
387
+ "type": "text",
388
+ "primaryKey": false,
389
+ "notNull": true,
390
+ "autoincrement": false
391
+ },
392
+ "updated_at": {
393
+ "name": "updated_at",
394
+ "type": "text",
395
+ "primaryKey": false,
396
+ "notNull": true,
397
+ "autoincrement": false
398
+ }
399
+ },
400
+ "indexes": {
401
+ "repositories_path_unique": {
402
+ "name": "repositories_path_unique",
403
+ "columns": [
404
+ "path"
405
+ ],
406
+ "isUnique": true
407
+ }
408
+ },
409
+ "foreignKeys": {},
410
+ "compositePrimaryKeys": {},
411
+ "uniqueConstraints": {},
412
+ "checkConstraints": {}
413
+ },
414
+ "system_metrics": {
415
+ "name": "system_metrics",
416
+ "columns": {
417
+ "id": {
418
+ "name": "id",
419
+ "type": "integer",
420
+ "primaryKey": true,
421
+ "notNull": true,
422
+ "autoincrement": true
423
+ },
424
+ "timestamp": {
425
+ "name": "timestamp",
426
+ "type": "integer",
427
+ "primaryKey": false,
428
+ "notNull": true,
429
+ "autoincrement": false
430
+ },
431
+ "cpu_percent": {
432
+ "name": "cpu_percent",
433
+ "type": "real",
434
+ "primaryKey": false,
435
+ "notNull": true,
436
+ "autoincrement": false
437
+ },
438
+ "memory_used_bytes": {
439
+ "name": "memory_used_bytes",
440
+ "type": "integer",
441
+ "primaryKey": false,
442
+ "notNull": true,
443
+ "autoincrement": false
444
+ },
445
+ "memory_total_bytes": {
446
+ "name": "memory_total_bytes",
447
+ "type": "integer",
448
+ "primaryKey": false,
449
+ "notNull": true,
450
+ "autoincrement": false
451
+ },
452
+ "memory_cache_bytes": {
453
+ "name": "memory_cache_bytes",
454
+ "type": "integer",
455
+ "primaryKey": false,
456
+ "notNull": true,
457
+ "autoincrement": false,
458
+ "default": 0
459
+ },
460
+ "disk_used_bytes": {
461
+ "name": "disk_used_bytes",
462
+ "type": "integer",
463
+ "primaryKey": false,
464
+ "notNull": true,
465
+ "autoincrement": false
466
+ },
467
+ "disk_total_bytes": {
468
+ "name": "disk_total_bytes",
469
+ "type": "integer",
470
+ "primaryKey": false,
471
+ "notNull": true,
472
+ "autoincrement": false
473
+ }
474
+ },
475
+ "indexes": {},
476
+ "foreignKeys": {},
477
+ "compositePrimaryKeys": {},
478
+ "uniqueConstraints": {},
479
+ "checkConstraints": {}
480
+ },
481
+ "tasks": {
482
+ "name": "tasks",
483
+ "columns": {
484
+ "id": {
485
+ "name": "id",
486
+ "type": "text",
487
+ "primaryKey": true,
488
+ "notNull": true,
489
+ "autoincrement": false
490
+ },
491
+ "title": {
492
+ "name": "title",
493
+ "type": "text",
494
+ "primaryKey": false,
495
+ "notNull": true,
496
+ "autoincrement": false
497
+ },
498
+ "description": {
499
+ "name": "description",
500
+ "type": "text",
501
+ "primaryKey": false,
502
+ "notNull": false,
503
+ "autoincrement": false
504
+ },
505
+ "status": {
506
+ "name": "status",
507
+ "type": "text",
508
+ "primaryKey": false,
509
+ "notNull": true,
510
+ "autoincrement": false,
511
+ "default": "'IN_PROGRESS'"
512
+ },
513
+ "position": {
514
+ "name": "position",
515
+ "type": "integer",
516
+ "primaryKey": false,
517
+ "notNull": true,
518
+ "autoincrement": false
519
+ },
520
+ "repo_path": {
521
+ "name": "repo_path",
522
+ "type": "text",
523
+ "primaryKey": false,
524
+ "notNull": true,
525
+ "autoincrement": false
526
+ },
527
+ "repo_name": {
528
+ "name": "repo_name",
529
+ "type": "text",
530
+ "primaryKey": false,
531
+ "notNull": true,
532
+ "autoincrement": false
533
+ },
534
+ "base_branch": {
535
+ "name": "base_branch",
536
+ "type": "text",
537
+ "primaryKey": false,
538
+ "notNull": true,
539
+ "autoincrement": false
540
+ },
541
+ "branch": {
542
+ "name": "branch",
543
+ "type": "text",
544
+ "primaryKey": false,
545
+ "notNull": false,
546
+ "autoincrement": false
547
+ },
548
+ "worktree_path": {
549
+ "name": "worktree_path",
550
+ "type": "text",
551
+ "primaryKey": false,
552
+ "notNull": false,
553
+ "autoincrement": false
554
+ },
555
+ "view_state": {
556
+ "name": "view_state",
557
+ "type": "text",
558
+ "primaryKey": false,
559
+ "notNull": false,
560
+ "autoincrement": false
561
+ },
562
+ "pr_url": {
563
+ "name": "pr_url",
564
+ "type": "text",
565
+ "primaryKey": false,
566
+ "notNull": false,
567
+ "autoincrement": false
568
+ },
569
+ "linear_ticket_id": {
570
+ "name": "linear_ticket_id",
571
+ "type": "text",
572
+ "primaryKey": false,
573
+ "notNull": false,
574
+ "autoincrement": false
575
+ },
576
+ "linear_ticket_url": {
577
+ "name": "linear_ticket_url",
578
+ "type": "text",
579
+ "primaryKey": false,
580
+ "notNull": false,
581
+ "autoincrement": false
582
+ },
583
+ "startup_script": {
584
+ "name": "startup_script",
585
+ "type": "text",
586
+ "primaryKey": false,
587
+ "notNull": false,
588
+ "autoincrement": false
589
+ },
590
+ "agent": {
591
+ "name": "agent",
592
+ "type": "text",
593
+ "primaryKey": false,
594
+ "notNull": true,
595
+ "autoincrement": false,
596
+ "default": "'claude'"
597
+ },
598
+ "ai_mode": {
599
+ "name": "ai_mode",
600
+ "type": "text",
601
+ "primaryKey": false,
602
+ "notNull": false,
603
+ "autoincrement": false
604
+ },
605
+ "agent_options": {
606
+ "name": "agent_options",
607
+ "type": "text",
608
+ "primaryKey": false,
609
+ "notNull": false,
610
+ "autoincrement": false
611
+ },
612
+ "opencode_model": {
613
+ "name": "opencode_model",
614
+ "type": "text",
615
+ "primaryKey": false,
616
+ "notNull": false,
617
+ "autoincrement": false
618
+ },
619
+ "pinned": {
620
+ "name": "pinned",
621
+ "type": "integer",
622
+ "primaryKey": false,
623
+ "notNull": false,
624
+ "autoincrement": false,
625
+ "default": false
626
+ },
627
+ "created_at": {
628
+ "name": "created_at",
629
+ "type": "text",
630
+ "primaryKey": false,
631
+ "notNull": true,
632
+ "autoincrement": false
633
+ },
634
+ "updated_at": {
635
+ "name": "updated_at",
636
+ "type": "text",
637
+ "primaryKey": false,
638
+ "notNull": true,
639
+ "autoincrement": false
640
+ }
641
+ },
642
+ "indexes": {},
643
+ "foreignKeys": {},
644
+ "compositePrimaryKeys": {},
645
+ "uniqueConstraints": {},
646
+ "checkConstraints": {}
647
+ },
648
+ "terminal_tabs": {
649
+ "name": "terminal_tabs",
650
+ "columns": {
651
+ "id": {
652
+ "name": "id",
653
+ "type": "text",
654
+ "primaryKey": true,
655
+ "notNull": true,
656
+ "autoincrement": false
657
+ },
658
+ "name": {
659
+ "name": "name",
660
+ "type": "text",
661
+ "primaryKey": false,
662
+ "notNull": true,
663
+ "autoincrement": false
664
+ },
665
+ "position": {
666
+ "name": "position",
667
+ "type": "integer",
668
+ "primaryKey": false,
669
+ "notNull": true,
670
+ "autoincrement": false,
671
+ "default": 0
672
+ },
673
+ "directory": {
674
+ "name": "directory",
675
+ "type": "text",
676
+ "primaryKey": false,
677
+ "notNull": false,
678
+ "autoincrement": false
679
+ },
680
+ "created_at": {
681
+ "name": "created_at",
682
+ "type": "text",
683
+ "primaryKey": false,
684
+ "notNull": true,
685
+ "autoincrement": false
686
+ },
687
+ "updated_at": {
688
+ "name": "updated_at",
689
+ "type": "text",
690
+ "primaryKey": false,
691
+ "notNull": true,
692
+ "autoincrement": false
693
+ }
694
+ },
695
+ "indexes": {},
696
+ "foreignKeys": {},
697
+ "compositePrimaryKeys": {},
698
+ "uniqueConstraints": {},
699
+ "checkConstraints": {}
700
+ },
701
+ "terminal_view_state": {
702
+ "name": "terminal_view_state",
703
+ "columns": {
704
+ "id": {
705
+ "name": "id",
706
+ "type": "text",
707
+ "primaryKey": true,
708
+ "notNull": true,
709
+ "autoincrement": false,
710
+ "default": "'singleton'"
711
+ },
712
+ "active_tab_id": {
713
+ "name": "active_tab_id",
714
+ "type": "text",
715
+ "primaryKey": false,
716
+ "notNull": false,
717
+ "autoincrement": false
718
+ },
719
+ "focused_terminals": {
720
+ "name": "focused_terminals",
721
+ "type": "text",
722
+ "primaryKey": false,
723
+ "notNull": false,
724
+ "autoincrement": false
725
+ },
726
+ "current_view": {
727
+ "name": "current_view",
728
+ "type": "text",
729
+ "primaryKey": false,
730
+ "notNull": false,
731
+ "autoincrement": false
732
+ },
733
+ "current_task_id": {
734
+ "name": "current_task_id",
735
+ "type": "text",
736
+ "primaryKey": false,
737
+ "notNull": false,
738
+ "autoincrement": false
739
+ },
740
+ "is_tab_visible": {
741
+ "name": "is_tab_visible",
742
+ "type": "integer",
743
+ "primaryKey": false,
744
+ "notNull": false,
745
+ "autoincrement": false
746
+ },
747
+ "view_updated_at": {
748
+ "name": "view_updated_at",
749
+ "type": "text",
750
+ "primaryKey": false,
751
+ "notNull": false,
752
+ "autoincrement": false
753
+ },
754
+ "updated_at": {
755
+ "name": "updated_at",
756
+ "type": "text",
757
+ "primaryKey": false,
758
+ "notNull": true,
759
+ "autoincrement": false
760
+ }
761
+ },
762
+ "indexes": {},
763
+ "foreignKeys": {},
764
+ "compositePrimaryKeys": {},
765
+ "uniqueConstraints": {},
766
+ "checkConstraints": {}
767
+ },
768
+ "terminals": {
769
+ "name": "terminals",
770
+ "columns": {
771
+ "id": {
772
+ "name": "id",
773
+ "type": "text",
774
+ "primaryKey": true,
775
+ "notNull": true,
776
+ "autoincrement": false
777
+ },
778
+ "name": {
779
+ "name": "name",
780
+ "type": "text",
781
+ "primaryKey": false,
782
+ "notNull": true,
783
+ "autoincrement": false
784
+ },
785
+ "cwd": {
786
+ "name": "cwd",
787
+ "type": "text",
788
+ "primaryKey": false,
789
+ "notNull": true,
790
+ "autoincrement": false
791
+ },
792
+ "cols": {
793
+ "name": "cols",
794
+ "type": "integer",
795
+ "primaryKey": false,
796
+ "notNull": true,
797
+ "autoincrement": false,
798
+ "default": 80
799
+ },
800
+ "rows": {
801
+ "name": "rows",
802
+ "type": "integer",
803
+ "primaryKey": false,
804
+ "notNull": true,
805
+ "autoincrement": false,
806
+ "default": 24
807
+ },
808
+ "tmux_session": {
809
+ "name": "tmux_session",
810
+ "type": "text",
811
+ "primaryKey": false,
812
+ "notNull": true,
813
+ "autoincrement": false
814
+ },
815
+ "status": {
816
+ "name": "status",
817
+ "type": "text",
818
+ "primaryKey": false,
819
+ "notNull": true,
820
+ "autoincrement": false,
821
+ "default": "'running'"
822
+ },
823
+ "exit_code": {
824
+ "name": "exit_code",
825
+ "type": "integer",
826
+ "primaryKey": false,
827
+ "notNull": false,
828
+ "autoincrement": false
829
+ },
830
+ "tab_id": {
831
+ "name": "tab_id",
832
+ "type": "text",
833
+ "primaryKey": false,
834
+ "notNull": false,
835
+ "autoincrement": false
836
+ },
837
+ "position_in_tab": {
838
+ "name": "position_in_tab",
839
+ "type": "integer",
840
+ "primaryKey": false,
841
+ "notNull": false,
842
+ "autoincrement": false,
843
+ "default": 0
844
+ },
845
+ "created_at": {
846
+ "name": "created_at",
847
+ "type": "text",
848
+ "primaryKey": false,
849
+ "notNull": true,
850
+ "autoincrement": false
851
+ },
852
+ "updated_at": {
853
+ "name": "updated_at",
854
+ "type": "text",
855
+ "primaryKey": false,
856
+ "notNull": true,
857
+ "autoincrement": false
858
+ }
859
+ },
860
+ "indexes": {},
861
+ "foreignKeys": {},
862
+ "compositePrimaryKeys": {},
863
+ "uniqueConstraints": {},
864
+ "checkConstraints": {}
865
+ },
866
+ "tunnels": {
867
+ "name": "tunnels",
868
+ "columns": {
869
+ "id": {
870
+ "name": "id",
871
+ "type": "text",
872
+ "primaryKey": true,
873
+ "notNull": true,
874
+ "autoincrement": false
875
+ },
876
+ "app_id": {
877
+ "name": "app_id",
878
+ "type": "text",
879
+ "primaryKey": false,
880
+ "notNull": true,
881
+ "autoincrement": false
882
+ },
883
+ "tunnel_id": {
884
+ "name": "tunnel_id",
885
+ "type": "text",
886
+ "primaryKey": false,
887
+ "notNull": true,
888
+ "autoincrement": false
889
+ },
890
+ "tunnel_name": {
891
+ "name": "tunnel_name",
892
+ "type": "text",
893
+ "primaryKey": false,
894
+ "notNull": true,
895
+ "autoincrement": false
896
+ },
897
+ "tunnel_token": {
898
+ "name": "tunnel_token",
899
+ "type": "text",
900
+ "primaryKey": false,
901
+ "notNull": true,
902
+ "autoincrement": false
903
+ },
904
+ "status": {
905
+ "name": "status",
906
+ "type": "text",
907
+ "primaryKey": false,
908
+ "notNull": true,
909
+ "autoincrement": false,
910
+ "default": "'inactive'"
911
+ },
912
+ "created_at": {
913
+ "name": "created_at",
914
+ "type": "text",
915
+ "primaryKey": false,
916
+ "notNull": true,
917
+ "autoincrement": false
918
+ },
919
+ "updated_at": {
920
+ "name": "updated_at",
921
+ "type": "text",
922
+ "primaryKey": false,
923
+ "notNull": true,
924
+ "autoincrement": false
925
+ }
926
+ },
927
+ "indexes": {
928
+ "tunnels_app_id_unique": {
929
+ "name": "tunnels_app_id_unique",
930
+ "columns": [
931
+ "app_id"
932
+ ],
933
+ "isUnique": true
934
+ }
935
+ },
936
+ "foreignKeys": {},
937
+ "compositePrimaryKeys": {},
938
+ "uniqueConstraints": {},
939
+ "checkConstraints": {}
940
+ }
941
+ },
942
+ "views": {},
943
+ "enums": {},
944
+ "_meta": {
945
+ "schemas": {},
946
+ "tables": {},
947
+ "columns": {}
948
+ },
949
+ "internal": {
950
+ "indexes": {}
951
+ }
952
+ }