Volunteer Janitor: Initial duty acquisition.
This commit is contained in:
parent
e43db0535d
commit
03b323c7a1
7 changed files with 149 additions and 6 deletions
|
@ -110,6 +110,7 @@ class User(Base):
|
|||
original_username = deferred(Column(String))
|
||||
referred_by = Column(Integer, ForeignKey("users.id"))
|
||||
subs_created = Column(Integer, default=0, nullable=False)
|
||||
volunteer_last_started_utc = Column(DateTime, nullable=True)
|
||||
|
||||
Index(
|
||||
'users_original_username_trgm_idx',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue