fix(zero-sync): map workbook timestamps as numbers #20

Merged
kalmyk merged 1 commit from codex/bilig-zero-schema-fix into main 2026-03-27 10:46:58 +00:00
Owner

Summary

  • map workbooks.updated_at to a numeric Zero column so Zero can open transactions against the live Postgres schema
  • add a regression test that asserts the exported Zero schema keeps updated_at mapped as a number
  • None

Testing

  • pnpm --filter @bilig/zero-sync build
  • pnpm exec vitest run packages/zero-sync/src/__tests__/schema.test.ts
  • pnpm exec oxfmt --check packages/zero-sync/src/schema.ts packages/zero-sync/src/__tests__/schema.test.ts

Breaking Changes

  • None
## Summary - map `workbooks.updated_at` to a numeric Zero column so Zero can open transactions against the live Postgres schema - add a regression test that asserts the exported Zero schema keeps `updated_at` mapped as a number ## Related Issues - None ## Testing - `pnpm --filter @bilig/zero-sync build` - `pnpm exec vitest run packages/zero-sync/src/__tests__/schema.test.ts` - `pnpm exec oxfmt --check packages/zero-sync/src/schema.ts packages/zero-sync/src/__tests__/schema.test.ts` ## Breaking Changes - None
fix(zero-sync): map workbook timestamps as numbers
Some checks failed
forgejo-ci / strict-verify (pull_request) Failing after 1m2s
cea971edd7
kalmyk merged commit d63a53a3b8 into main 2026-03-27 10:46:58 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kalmyk/bilig!20
No description provided.