DoSomething / bertly

🔗 A serverless link shortener.
https://dosome.click/wq544
MIT License
2 stars 1 forks source link

Finalize production migration. #40

Closed DFurnes closed 6 years ago

DFurnes commented 6 years ago

This pull request just includes some final cleanup to wrap up the stack migration:

🕵️ Re-add the user_agent column now that we've run migration. References #39.

🌍 Re-enable custom domain now that production stack is using dosome.click.

sheyd commented 6 years ago

@DFurnes added one parameter I forgot we manually configured on the old Bertly DB server. DB streaming to any endpoint requires some Postgres DB parameter changes. I've put the DB parameter group name in place in the last commit.

DFurnes commented 6 years ago

🕶

DFurnes commented 6 years ago

Snuck in one more change in d9cfd8b (the user_agent field was missing in the model).