EyeSeeTea / vaccination-app

GNU General Public License v3.0
0 stars 2 forks source link

Updates for 2.37 #312

Closed tokland closed 2 years ago

tokland commented 2 years ago

:pushpin: References

:memo: Implementation

Testing

Note: Post of datavalues to this server is very slow (it's orders of magnitude faster in my local docker), so I've limited dataValues chunks to 200so it posts under a minute. Otherwise, you get a timeout. REASON: server in VPN has a lot of data values, so duplicate check insertion must be slowing down the save.

Require in 2.37 databases (only once):

DELETE FROM datasetattributevalues;