- Make sure to explain this is to verify old data when they submit
- when they go public they send us all the info and we can then verify the hash which has userId
- default to on, so all local db entries will submit automatically, user can turn off if they want
- maybe chunk submit
- make sure all tables have a createdAt on mobile
- server schema
- id uuid, from original uuid on the mobile table
- createdAt
- hash, make sure string is minified
- all data in table including uuid
- add userId
- do not save userId in this table
- mobile schema, only used to verify we submitted
- uuid
- hasSentToServer
- hasBackup? string