add user.created, spawner.started

- alembic revision
- in user/spawner models
This commit is contained in:
Min RK
2018-03-21 14:24:25 +01:00
parent fd40e27be4
commit 9dc24c0995
5 changed files with 59 additions and 3 deletions

View File

@@ -183,6 +183,7 @@ class Spawner(Base):
state = Column(JSONDict)
name = Column(Unicode(255))
started = Column(DateTime)
last_activity = Column(DateTime, nullable=True)