Skip to content

Commit

Permalink
Document what NULL is here
Browse files Browse the repository at this point in the history
  • Loading branch information
danpalmer committed Jan 16, 2018
1 parent e62e880 commit 2bb9cb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions routemaster/db/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@

# Null indicates starting a state machine
NullableColumn('old_state', String),

# Null indicates being deleted from a state machine
NullableColumn('new_state', String),
)

Expand Down

0 comments on commit 2bb9cb9

Please sign in to comment.