Hopefully fix postgres

pull/3557/head
David Baker 2018-07-19 15:12:48 +01:00
parent 650761666d
commit 0cb5d34756
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ class ProfileStore(ProfileWorkerStore):
def set_profile_active(self, user_localpart, active, batchnum):
values = {
"active": active,
"active": int(active),
"batch": batchnum,
}
if not active: