mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 21:43:01 +00:00
add user.created, spawner.started
- alembic revision - in user/spawner models
This commit is contained in:
@@ -183,6 +183,7 @@ class Spawner(Base):
|
||||
state = Column(JSONDict)
|
||||
name = Column(Unicode(255))
|
||||
|
||||
started = Column(DateTime)
|
||||
last_activity = Column(DateTime, nullable=True)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user