Skip to content

Commit

Permalink
feat!: update @mapeo/schema to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Sep 3, 2024
1 parent 7078638 commit 7d4c06a
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 23 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion drizzle/client/meta/0000_snapshot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "5",
"dialect": "sqlite",
"id": "efbe54ff-5195-4127-b634-76e303657276",
"id": "41e23fc3-463e-432a-9a5f-7c20366d6294",
"prevId": "00000000-0000-0000-0000-000000000000",
"tables": {
"localDeviceInfo": {
Expand Down
4 changes: 2 additions & 2 deletions drizzle/client/meta/_journal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
{
"idx": 0,
"version": "5",
"when": 1724972191819,
"tag": "0000_cultured_nick_fury",
"when": 1725381616476,
"tag": "0000_chemical_star_brand",
"breakpoints": true
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ CREATE TABLE `field` (
`appearance` text,
`snakeCase` integer,
`options` text,
`universal` integer DEFAULT false NOT NULL,
`universal` integer,
`placeholder` text,
`helperText` text,
`forks` text NOT NULL
Expand Down Expand Up @@ -126,7 +126,7 @@ CREATE TABLE `preset` (
`addTags` text NOT NULL,
`removeTags` text NOT NULL,
`fieldRefs` text NOT NULL,
`iconRef` text NOT NULL,
`iconRef` text,
`terms` text NOT NULL,
`color` text NOT NULL,
`forks` text NOT NULL
Expand Down
9 changes: 4 additions & 5 deletions drizzle/project/meta/0000_snapshot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "5",
"dialect": "sqlite",
"id": "2be32705-ddce-45ee-97c1-c6f2fc748568",
"id": "b06de2c5-6a4c-4578-a8f0-d15f9f20e902",
"prevId": "00000000-0000-0000-0000-000000000000",
"tables": {
"coreOwnership_backlink": {
Expand Down Expand Up @@ -373,9 +373,8 @@
"name": "universal",
"type": "integer",
"primaryKey": false,
"notNull": true,
"autoincrement": false,
"default": false
"notNull": false,
"autoincrement": false
},
"placeholder": {
"name": "placeholder",
Expand Down Expand Up @@ -757,7 +756,7 @@
"name": "iconRef",
"type": "text",
"primaryKey": false,
"notNull": true,
"notNull": false,
"autoincrement": false
},
"terms": {
Expand Down
4 changes: 2 additions & 2 deletions drizzle/project/meta/_journal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
{
"idx": 0,
"version": "5",
"when": 1724972190927,
"tag": "0000_woozy_stryfe",
"when": 1725381611574,
"tag": "0000_tan_glorian",
"breakpoints": true
}
]
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"devDependencies": {
"@bufbuild/buf": "^1.26.1",
"@mapeo/default-config": "4.0.0-alpha.8",
"@mapeo/mock-data": "^1.0.3-alpha.4",
"@mapeo/mock-data": "^1.0.3-alpha.5",
"@sinonjs/fake-timers": "^10.0.2",
"@types/b4a": "^1.6.0",
"@types/bogon": "^1.0.2",
Expand Down Expand Up @@ -155,7 +155,7 @@
"@fastify/type-provider-typebox": "^4.0.0",
"@hyperswarm/secret-stream": "^6.1.2",
"@mapeo/crypto": "1.0.0-alpha.10",
"@mapeo/schema": "^3.0.0-next.24",
"@mapeo/schema": "^3.0.0-next.26",
"@mapeo/sqlite-indexer": "1.0.0-alpha.9",
"@sinclair/typebox": "^0.29.6",
"b4a": "^1.6.3",
Expand Down

0 comments on commit 7d4c06a

Please sign in to comment.