mlandauer / thats-camping-elm

Find campsites near you
https://thatscamping.org
GNU General Public License v3.0
5 stars 1 forks source link

How should we handle schema changes while people go offline? #73

Open mlandauer opened 7 years ago

mlandauer commented 7 years ago

The "normal" way to do schema changes while there is rolling change on the clients is to:

But in the case of an offline app we don't have control over when the client actually gets updated because we might make a change while they're offline.