probe-lab / website

https://probelab.io
2 stars 3 forks source link

Fix IPFS plots as a consequence of having a new visits table due to overflowing IDs #82

Closed dennis-tra closed 7 months ago

dennis-tra commented 7 months ago

The ID column on our IPFS visits table exceeded the maximum possible number. We created a new table with a bigint ID column and put the old data aside to a visits_old table. This broke a few plots. This PR fixes the plot queries.

netlify[bot] commented 7 months ago

Deploy Preview for idyllic-dieffenbachia-466fef ready!

Name Link
Latest commit 992d020a8075fdbaf2cf4c0173131143c8a6e929
Latest deploy log https://app.netlify.com/sites/idyllic-dieffenbachia-466fef/deploys/656468a280d86d000874e572
Deploy Preview https://deploy-preview-82--idyllic-dieffenbachia-466fef.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

yiannisbot commented 7 months ago

LGTM, thanks for fixing! Let's merge.