Peter Serwylo 3426b3bb2d CR: Better deal with the possibility of crashes during database update.
This is for an abundance of caution. If the guard condition checks
for the presence of both username _and_ password fields, then a crash
or some sort of force close during the update (after adding username
but before password) will mean that next time the app runs, this
condition will evaluate to false and the password field will never
get added.
2015-11-16 18:05:16 +11:00
..
2015-10-04 08:14:48 -07:00
2015-11-14 14:18:08 +01:00
2015-11-14 17:14:27 +01:00