Karol Galanciak
Karol Galanciak
Any chance to have this merged soon and have a new version released? Quite recently, I had a very unfortunate issue with large table and adding a foreign key constraint...
I actually overriden `sync` method, which was more straightforward in my case. The biggest issue was updating to Reform 2.0.0 as it wasn't mentioned anywhere and found it quite surprising....
Yeah, it was public, even documented. But still I find the semantics of the `sync` nicer, but if it's painful to maintain then I guess the issue can be closed.
One example would be formatting credit card numbers, so when doing a sync it would keep only the last 4 digits and substitute the ones before with `*`.
I wanted to update Rails to 7.1 and the exact issue happens when running `db:schema:load` but only on CircleCI doesn't happen locally on Mac. Has anyone run into a similar...