fix(zero-sync): map workbook timestamps as numbers #20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/bilig-zero-schema-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
workbooks.updated_atto a numeric Zero column so Zero can open transactions against the live Postgres schemaupdated_atmapped as a numberRelated Issues
Testing
pnpm --filter @bilig/zero-sync buildpnpm exec vitest run packages/zero-sync/src/__tests__/schema.test.tspnpm exec oxfmt --check packages/zero-sync/src/schema.ts packages/zero-sync/src/__tests__/schema.test.tsBreaking Changes