listeven989 / email.dev

open sourced email outbound
https://emaildev.vercel.app
1 stars 2 forks source link

implemented drip campaign feature #55

Closed mundia416 closed 1 year ago

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
emaildev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 12, 2023 7:55pm
steven4354 commented 1 year ago

are there any database changes?

steven4354 commented 1 year ago

btw a suggestion if there are db changes, neon has a feature to branch out the existing db (essentially it makes a copy of the entire db). its very easy to do and requires you to only update the db name in your .env.

highly recommend using the above approach for db changes in the future so the prod db isn't affected until the PR is approved. then when its approved you can do the db changes on the prod db and then merge in the PR.

but if you prefer an another/better way to manage the db lmk! ideally what we use is not to much work since this isn't heavy project with lots of users so prefer keeping things lean for dev speed (e.g. not maintaining a bunch of random migration files), but while ensuring the prod db isn't messed up accidentally for the couple of users on this project

mundia416 commented 1 year ago

database changes made: