vlcn-io / cr-sqlite

Convergent, Replicated SQLite. Multi-writer and CRDT support for SQLite
https://vlcn.io
MIT License
2.61k stars 69 forks source link

Migration for upgrading to 0.16 #418

Closed jeromegn closed 6 months ago

jeromegn commented 6 months ago

Updates all rows from all clock tables, setting site_id = 0 WHERE site_id IS NULL

jeromegn commented 6 months ago

Decided to avoid this for now. I'm making the migration in my app instead, it's a little simpler for something only we need.