Skip to content

Commit 9c5cc57

Browse files
authored
feat!: update @comapeo/schema to 2.0.0 (#1047)
1 parent 199cd21 commit 9c5cc57

File tree

11 files changed

+1321
-20
lines changed

11 files changed

+1321
-20
lines changed

docs/guides/mapeo-http-server.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ const observation = await project.observation.create({
5858
type: blobId.type, // media type ('photo' in this case)
5959
name: blobId.name, // random 8 byte hex string
6060
hash: blobId.hash, // content hash
61+
external: false, // indicates whether media for attachment comes from external source (e.g. uploaded from storage, downloaded from remote URL, etc.)
6162
createdAt: new Date().toISOString(), // (optional) timestamp indicating creation
6263
position: { timestamp: new Date().toISOString(), longitude: 0, latitude: 0 }, // (optional) geographic position information
6364
},
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE track ADD `presetRef` text;

0 commit comments

Comments
 (0)