breaking change -- __crr_clock.site_id is now nullable and receives null entries #66
Closed
tantaman
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The site_id column in clock tables is now
nullable
. This is to reduce data written for local writes where the site id is implicitly the current database.If you have existing databases, either drop the
%s__crr_clock
tables and re-create them viacrsql_as_crr(%s)
or alter them to:update %s__crr_clock SET site_id = NULL where site_id = 0
Beta Was this translation helpful? Give feedback.
All reactions