Skip to content

Commit afcef50

Browse files
committed
add a migration script
1 parent edec2df commit afcef50

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"""Add virtual_environment_mode to the model definition."""
2+
3+
4+
def migrate(state_sync, **kwargs): # type: ignore
5+
pass

0 commit comments

Comments
 (0)