mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-13 02:41:08 +00:00
Allow updated to updated transition on Domain model (#621)
This commit is contained in:
parent
1b7bb8c501
commit
c4a2b62016
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ class DomainStates(StateGraph):
|
|||
|
||||
outdated.transitions_to(updated)
|
||||
updated.transitions_to(outdated)
|
||||
updated.transitions_to(updated)
|
||||
|
||||
outdated.transitions_to(connection_issue)
|
||||
outdated.transitions_to(purged)
|
||||
|
|
Loading…
Reference in a new issue