cake_wallet
cake_wallet copied to clipboard
Migrations
- add migration script
- add new migrations to autogenerated switch cases
- Run command to generate new migrations
flutter packages pub run tool/create_new_migration.dart
Please move back current migrations back to default_migration, but please keep script for generation of new migration files and adding them migrations list.
@mkyq