Skip to content

Commit

Permalink
chore: update @comapeo/schema to latest version, 1.4.0
Browse files Browse the repository at this point in the history
This new version adds a new property to the Observation table,
`migrationMetadata`. See [`@comapeo/schema` PR 280][0] for details.

[0]: digidem/comapeo-schema#280
  • Loading branch information
EvanHahn committed Dec 19, 2024
1 parent e7955a8 commit 8f32b88
Show file tree
Hide file tree
Showing 8 changed files with 1,352 additions and 27 deletions.
1 change: 1 addition & 0 deletions drizzle/project/0002_new_molly_hayes.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE observation ADD `migrationMetadata` text;
Loading

0 comments on commit 8f32b88

Please sign in to comment.