Added 'user_id' column to 'build' table (created by)

+ Renamed columns 'created' -> 'create_date', 'started' -> 'start_date' and 'finished' -> 'finish_date'
+ Code style fixes.
This commit is contained in:
Dmitry Khomutov 2017-10-15 21:58:36 +07:00
commit 4ec6d854c2
29 changed files with 550 additions and 661 deletions

View file

@ -666,6 +666,7 @@ class WebhookController extends Controller
$committer,
$commitMessage,
Build::SOURCE_WEBHOOK,
0,
$extra
);
@ -704,6 +705,7 @@ class WebhookController extends Controller
$committer,
$commitMessage,
Build::SOURCE_WEBHOOK,
0,
$extra
);