peakshift / makers.bolt.fun

https://makers.bolt.fun
GNU General Public License v3.0
31 stars 21 forks source link

feat: image upload management #151

Closed Dolu89 closed 2 years ago

Dolu89 commented 2 years ago

This PR contains the image upload feature working with an image hosting provider (cloudflare) and a migration script to migrate all the old used external images

netlify[bot] commented 2 years ago

Deploy request for makers-bolt-fun-preview rejected.

Name Link
Latest commit 9d5d00cf6b3648db8039a0105bcb0f6feae92be4
netlify[bot] commented 2 years ago

Deploy Preview for makers-bolt-fun-stories ready!

Name Link
Latest commit fbb2010204380d541c82455fedca05af5e124ad5
Latest deploy log https://app.netlify.com/sites/makers-bolt-fun-stories/deploys/6322fb549bf9c6000968ece9
Deploy Preview https://deploy-preview-151--makers-bolt-fun-stories.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 settings.

MTG2000 commented 2 years ago

One thing worth noting, is that the dev branch had some recent changes to the db and some new migrations regarding the tournament.

So just make sure that your new migrations can run successfully on top of the existing new ones

Dolu89 commented 2 years ago

One thing worth noting, is that the dev branch had some recent changes to the db and some new migrations regarding the tournament.

So just make sure that your new migrations can run successfully on top of the existing new ones

No problem, I’ll rebase the dev branch