diff --git a/drizzle/client/0000_cultured_nick_fury.sql b/drizzle/client/0000_chemical_star_brand.sql similarity index 100% rename from drizzle/client/0000_cultured_nick_fury.sql rename to drizzle/client/0000_chemical_star_brand.sql diff --git a/drizzle/client/meta/0000_snapshot.json b/drizzle/client/meta/0000_snapshot.json index ea1183c38..a1920eaa1 100644 --- a/drizzle/client/meta/0000_snapshot.json +++ b/drizzle/client/meta/0000_snapshot.json @@ -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": { diff --git a/drizzle/client/meta/_journal.json b/drizzle/client/meta/_journal.json index 8d70e9589..1ca0aaeb7 100644 --- a/drizzle/client/meta/_journal.json +++ b/drizzle/client/meta/_journal.json @@ -5,8 +5,8 @@ { "idx": 0, "version": "5", - "when": 1724972191819, - "tag": "0000_cultured_nick_fury", + "when": 1725381616476, + "tag": "0000_chemical_star_brand", "breakpoints": true } ] diff --git a/drizzle/project/0000_woozy_stryfe.sql b/drizzle/project/0000_tan_glorian.sql similarity index 98% rename from drizzle/project/0000_woozy_stryfe.sql rename to drizzle/project/0000_tan_glorian.sql index 654eb1ec1..1a002d46a 100644 --- a/drizzle/project/0000_woozy_stryfe.sql +++ b/drizzle/project/0000_tan_glorian.sql @@ -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 @@ -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 diff --git a/drizzle/project/meta/0000_snapshot.json b/drizzle/project/meta/0000_snapshot.json index e4ff0cc2e..074b52899 100644 --- a/drizzle/project/meta/0000_snapshot.json +++ b/drizzle/project/meta/0000_snapshot.json @@ -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": { @@ -373,9 +373,8 @@ "name": "universal", "type": "integer", "primaryKey": false, - "notNull": true, - "autoincrement": false, - "default": false + "notNull": false, + "autoincrement": false }, "placeholder": { "name": "placeholder", @@ -757,7 +756,7 @@ "name": "iconRef", "type": "text", "primaryKey": false, - "notNull": true, + "notNull": false, "autoincrement": false }, "terms": { diff --git a/drizzle/project/meta/_journal.json b/drizzle/project/meta/_journal.json index a1449f4ad..dc2730e3e 100644 --- a/drizzle/project/meta/_journal.json +++ b/drizzle/project/meta/_journal.json @@ -5,8 +5,8 @@ { "idx": 0, "version": "5", - "when": 1724972190927, - "tag": "0000_woozy_stryfe", + "when": 1725381611574, + "tag": "0000_tan_glorian", "breakpoints": true } ] diff --git a/package-lock.json b/package-lock.json index e81d34bd0..f8b66e1c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,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", @@ -60,7 +60,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", @@ -786,9 +786,9 @@ "dev": true }, "node_modules/@mapeo/mock-data": { - "version": "1.0.3-alpha.4", - "resolved": "https://registry.npmjs.org/@mapeo/mock-data/-/mock-data-1.0.3-alpha.4.tgz", - "integrity": "sha512-2Pwmjc4UUb7snWCGVgPpLevy5IckPtW/Q1DF3FKU3nd96ksUNt7Guo1ALLXl1m2MMe27eaUg4Y7pteKNLnXImw==", + "version": "1.0.3-alpha.5", + "resolved": "https://registry.npmjs.org/@mapeo/mock-data/-/mock-data-1.0.3-alpha.5.tgz", + "integrity": "sha512-XUQaelLsJheovDgv8oRxF+V4k2dD7bpw9Jo2aHmgpF+zZbdel193oEwoU4P8exTCvrsQsS7i1KxIbdiCeeZCyA==", "dev": true, "dependencies": { "@faker-js/faker": "^8.3.1", @@ -800,13 +800,13 @@ "list-mapeo-schemas": "bin/list-mapeo-schemas.js" }, "peerDependencies": { - "@mapeo/schema": "^3.0.0-next.23" + "@mapeo/schema": "^3.0.0-next.25" } }, "node_modules/@mapeo/schema": { - "version": "3.0.0-next.24", - "resolved": "https://registry.npmjs.org/@mapeo/schema/-/schema-3.0.0-next.24.tgz", - "integrity": "sha512-NaaIwxjhuZgYifphrC29CtLfEpAw/lvymKu0GdUAONC4TAljpunFUmc5fYEyPurKxo9rUhNKvGvSPyGZBCdc/A==", + "version": "3.0.0-next.26", + "resolved": "https://registry.npmjs.org/@mapeo/schema/-/schema-3.0.0-next.26.tgz", + "integrity": "sha512-HAQWmIuK0wFbcw4jtU4H5cRzaAZHV3bDHaJfM2FKmcKGPcC/M4JeYKkQcneBOsf9ZV0UAUdKN/OnJ7jiiEmhSw==", "dependencies": { "compact-encoding": "^2.12.0", "protobufjs": "^7.2.5", diff --git a/package.json b/package.json index 0abdd66a8..b6d9cab79 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",