Make MigrationGraph
as dict-like object instead of list-like one
#32
Labels
refactoring
Some of code should be refactored
It's more convenient to work with graph using dict protocol. Now it implements list protocol.
It should be smth like {migration_name: MIgration_object}.
The text was updated successfully, but these errors were encountered: