Skip to content

Releases: share/sharedb-postgres

v5.0.0

25 Jun 16:21
Compare
Choose a tag to compare

This release brings sharedb-postgres up to spec with the official ShareDB database driver test suite. More details can be found in #24 (@alecgibson)

Migration from v4

The following SQL will need to be run to migrate an existing database:

ALTER TABLE snapshots
  ALTER column doc_type
  DROP NOT NULL;

ALTER TABLE snapshots
  ALTER column data
  DROP NOT NULL;

ALTER TABLE snapshots
  ADD metadata jsonb;

v4.1.0

12 Jun 09:23
Compare
Choose a tag to compare
  • #14 — Merge fork back into this library. Thanks for all the work @zbryikt !
  • #23 — Add support for recent sharedb versions