An error occurred while fetching the assigned milestone of the selected merge_request.
+ 42
- 39
@@ -3,62 +3,65 @@ import dbconn = require('../config/dbconn')
@@ -3,62 +3,65 @@ import dbconn = require('../config/dbconn')
dbconn.user.query('INSERT INTO user SET ?', data.profile, function (err:any, results:any, fields:any) {
dbconn.user.query('INSERT INTO credential SET ?', credentialData, function (err:any, results:any, fields:any) {
dbconn.user.query('INSERT INTO user_project_role SET ?', projectRoleData, function (err:any, results:any, fields:any) {
dbconn.user.query('INSERT INTO verification SET ?', verificationData, function (err:any, results:any, fields:any) {
@@ -208,4 +211,4 @@ var methods = {
@@ -208,4 +211,4 @@ var methods = {
\ No newline at end of file