Excruciating Ecto Exploration (Day 103)
April 28, 2022•133 words
Total hours: 218.054
Top one:
1) Explore tying in Ecto associations
The issue with doing it post pushing is that after I figure out how to tie in Ecto associations. The issue is compounded because I’ve already pushed to remote a non functional version of Ecto association. What this means is that while the database connections ARE functional. There is NO Ecto associations at this time. So after I get Ecto associations working I’ll need to backtrack and compare the two schemas and derive a migration from one schema to another. This is so that someone can theoretically migrate from one schema to another and back again without any issues. It’s highly unlikely that it’ll ever be needed, however it’s best to ensure that it’s done properly the first time.