chaynHQ / soulmedicine

Soul Medicine a multilingual digital service designed to deliver critical safety information and supportive messaging in bite-sized pieces.
https://soulmedicine.io
MIT License
34 stars 7 forks source link

Update database schema in Rails 7 #390

Closed tarebyte closed 9 months ago

tarebyte commented 9 months ago

Issue ticket link / number:

I do not have one.

What changes did you make?

This changes updates the db/schema.rb file so that it's up to date with Rails 7. This updates our timestamps to reflect that there isn't a precision limit on our datetime columns.

Why did you make the changes?

This just part of the Rails upgrade process, I found a great article about this particular schema change that I thought was really insightful.