mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 21:43:01 +00:00
persist user_options
remember user_options from the previous run this allows user options set via spawn form to be re-used when restarting e.g. a named server via the api
This commit is contained in:
@@ -216,6 +216,7 @@ class Spawner(Base):
|
||||
|
||||
started = Column(DateTime)
|
||||
last_activity = Column(DateTime, nullable=True)
|
||||
user_options = Column(JSONDict)
|
||||
|
||||
# properties on the spawner wrapper
|
||||
# some APIs get these low-level objects
|
||||
|
Reference in New Issue
Block a user