diff --git a/drizzle/client/0000_kind_imperial_guard.sql b/drizzle/client/0000_cultured_nick_fury.sql similarity index 100% rename from drizzle/client/0000_kind_imperial_guard.sql rename to drizzle/client/0000_cultured_nick_fury.sql diff --git a/drizzle/client/meta/0000_snapshot.json b/drizzle/client/meta/0000_snapshot.json index 2173ff8ac..ea1183c38 100644 --- a/drizzle/client/meta/0000_snapshot.json +++ b/drizzle/client/meta/0000_snapshot.json @@ -1,7 +1,7 @@ { "version": "5", "dialect": "sqlite", - "id": "aea2dc34-6de1-4de7-86d5-0fbe93b682ff", + "id": "efbe54ff-5195-4127-b634-76e303657276", "prevId": "00000000-0000-0000-0000-000000000000", "tables": { "localDeviceInfo": { diff --git a/drizzle/client/meta/_journal.json b/drizzle/client/meta/_journal.json index 2b3fce431..8d70e9589 100644 --- a/drizzle/client/meta/_journal.json +++ b/drizzle/client/meta/_journal.json @@ -5,8 +5,8 @@ { "idx": 0, "version": "5", - "when": 1724690323632, - "tag": "0000_kind_imperial_guard", + "when": 1724972191819, + "tag": "0000_cultured_nick_fury", "breakpoints": true } ] diff --git a/drizzle/project/0000_harsh_bloodstrike.sql b/drizzle/project/0000_woozy_stryfe.sql similarity index 98% rename from drizzle/project/0000_harsh_bloodstrike.sql rename to drizzle/project/0000_woozy_stryfe.sql index aba61e050..654eb1ec1 100644 --- a/drizzle/project/0000_harsh_bloodstrike.sql +++ b/drizzle/project/0000_woozy_stryfe.sql @@ -98,8 +98,8 @@ CREATE TABLE `observation` ( `updatedAt` text NOT NULL, `links` text NOT NULL, `deleted` integer NOT NULL, - `lat` real NOT NULL, - `lon` real NOT NULL, + `lat` real, + `lon` real, `attachments` text NOT NULL, `tags` text NOT NULL, `metadata` text, @@ -165,7 +165,6 @@ CREATE TABLE `track` ( `deleted` integer NOT NULL, `locations` text NOT NULL, `observationRefs` text NOT NULL, - `attachments` text NOT NULL, `tags` text NOT NULL, `forks` text NOT NULL ); diff --git a/drizzle/project/meta/0000_snapshot.json b/drizzle/project/meta/0000_snapshot.json index a2a40af20..e4ff0cc2e 100644 --- a/drizzle/project/meta/0000_snapshot.json +++ b/drizzle/project/meta/0000_snapshot.json @@ -1,7 +1,7 @@ { "version": "5", "dialect": "sqlite", - "id": "6a5db612-edfc-4c51-8977-535d9945e837", + "id": "2be32705-ddce-45ee-97c1-c6f2fc748568", "prevId": "00000000-0000-0000-0000-000000000000", "tables": { "coreOwnership_backlink": { @@ -585,14 +585,14 @@ "name": "lat", "type": "real", "primaryKey": false, - "notNull": true, + "notNull": false, "autoincrement": false }, "lon": { "name": "lon", "type": "real", "primaryKey": false, - "notNull": true, + "notNull": false, "autoincrement": false }, "attachments": { @@ -978,13 +978,6 @@ "notNull": true, "autoincrement": false }, - "attachments": { - "name": "attachments", - "type": "text", - "primaryKey": false, - "notNull": true, - "autoincrement": false - }, "tags": { "name": "tags", "type": "text", diff --git a/drizzle/project/meta/_journal.json b/drizzle/project/meta/_journal.json index 23f4201b9..a1449f4ad 100644 --- a/drizzle/project/meta/_journal.json +++ b/drizzle/project/meta/_journal.json @@ -5,8 +5,8 @@ { "idx": 0, "version": "5", - "when": 1724690322669, - "tag": "0000_harsh_bloodstrike", + "when": 1724972190927, + "tag": "0000_woozy_stryfe", "breakpoints": true } ]