in server/plugins/projects.py [0:0]
def save(self, dbhandle: asfpy.sqlite.DB):
document = {
"asfid": self.asf_id,
"githubid": self.github_login,
"mfa": 1 if self.github_mfa else 0,
"updated": datetime.datetime.now(),
}
dbhandle.upsert("ids", document, asfid=self.asf_id)