@rizom/brain 0.2.0-alpha.123 → 0.2.0-alpha.124

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,74 @@
1
+ {
2
+ "version": "6",
3
+ "dialect": "sqlite",
4
+ "id": "c491af4c-c0c6-4011-9615-a0bcbc710e2d",
5
+ "prevId": "00000000-0000-0000-0000-000000000000",
6
+ "tables": {
7
+ "runtime_state_records": {
8
+ "name": "runtime_state_records",
9
+ "columns": {
10
+ "namespace": {
11
+ "name": "namespace",
12
+ "type": "text",
13
+ "primaryKey": false,
14
+ "notNull": true,
15
+ "autoincrement": false
16
+ },
17
+ "key": {
18
+ "name": "key",
19
+ "type": "text",
20
+ "primaryKey": false,
21
+ "notNull": true,
22
+ "autoincrement": false
23
+ },
24
+ "value": {
25
+ "name": "value",
26
+ "type": "text",
27
+ "primaryKey": false,
28
+ "notNull": true,
29
+ "autoincrement": false
30
+ },
31
+ "created_at": {
32
+ "name": "created_at",
33
+ "type": "integer",
34
+ "primaryKey": false,
35
+ "notNull": true,
36
+ "autoincrement": false
37
+ },
38
+ "updated_at": {
39
+ "name": "updated_at",
40
+ "type": "integer",
41
+ "primaryKey": false,
42
+ "notNull": true,
43
+ "autoincrement": false
44
+ }
45
+ },
46
+ "indexes": {
47
+ "idx_runtime_state_namespace_updated_at": {
48
+ "name": "idx_runtime_state_namespace_updated_at",
49
+ "columns": ["namespace", "updated_at"],
50
+ "isUnique": false
51
+ }
52
+ },
53
+ "foreignKeys": {},
54
+ "compositePrimaryKeys": {
55
+ "runtime_state_records_namespace_key_pk": {
56
+ "columns": ["namespace", "key"],
57
+ "name": "runtime_state_records_namespace_key_pk"
58
+ }
59
+ },
60
+ "uniqueConstraints": {},
61
+ "checkConstraints": {}
62
+ }
63
+ },
64
+ "views": {},
65
+ "enums": {},
66
+ "_meta": {
67
+ "schemas": {},
68
+ "tables": {},
69
+ "columns": {}
70
+ },
71
+ "internal": {
72
+ "indexes": {}
73
+ }
74
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "version": "7",
3
+ "dialect": "sqlite",
4
+ "entries": [
5
+ {
6
+ "idx": 0,
7
+ "version": "6",
8
+ "when": 1781628919983,
9
+ "tag": "0000_tidy_jackal",
10
+ "breakpoints": true
11
+ }
12
+ ]
13
+ }