safe-transaction-service icon indicating copy to clipboard operation
safe-transaction-service copied to clipboard

Collapse migrations to avoid using deprecated fields

Open falvaradorodriguez opened this issue 11 months ago • 0 comments

What is needed?

We need to collapse the migrations and start from a new point.

Background

After migrating some safe-eth-py fields for more efficient ones, the goal is to clean up the unused classes.

The problem now is that these fields are being used by the migrations and cannot be removed from safe-eth-py.

To solve this, we need collapse the migrations and start from a new point without these dependencies.

Related issues

  • https://github.com/safe-global/safe-eth-py/pull/835/files

falvaradorodriguez avatar Mar 27 '24 11:03 falvaradorodriguez