Updates
CI / Build & Test (push) Successful in 3m12s

This commit is contained in:
Raven Scott
2026-07-26 22:58:33 -04:00
parent 90b6033382
commit f4569b765e
21 changed files with 2152 additions and 220 deletions
+36
View File
@@ -0,0 +1,36 @@
{
"version": 1,
"offset": 0,
"schema": [
{
"name": "records",
"namespace": "bridgeswarm",
"id": 0,
"type": 1,
"version": 1,
"versionField": null,
"indexes": [],
"schema": "@bridgeswarm/record",
"derived": false,
"key": [
"id"
],
"trigger": null
},
{
"name": "notes",
"namespace": "bridgeswarm",
"id": 1,
"type": 1,
"version": 1,
"versionField": null,
"indexes": [],
"schema": "@bridgeswarm/note",
"derived": false,
"key": [
"id"
],
"trigger": null
}
]
}