ADD gitea databse config

This commit is contained in:
Jasder
2020-09-27 15:30:44 +08:00
parent a308862567
commit 3621f4ff48
7 changed files with 25 additions and 15 deletions

View File

@@ -22,7 +22,7 @@ module Droneable
end
def unbind_account!
user_projects = selef.projects
user_projects = self.projects
user_projects.update_all(open_devops: false, open_devops_count: 0)
set_drone_step!(User::DEVOPS_UNINIT)