Ruby on Rails and SQLite3: fix for silent data loss on column rename or removal
github.comSQLite3 is awesome but turned out if you create a new RoR application with table and child table with child records and then rename or remove a column then all child records are deleted. This issue is currently present in both 8.1.3 release and edge versions.
added monkey patch that works with 8.1.2 https://github.com/rails/rails/pull/57128#:~:text=Update%202...