GitLabCi Service imtegration

This commit is contained in:
Dmitriy Zaporozhets 2012-11-19 22:34:05 +03:00
parent 8500743464
commit 406a0c809b
16 changed files with 158 additions and 7 deletions

View file

@ -0,0 +1,5 @@
class AddActiveToService < ActiveRecord::Migration
def change
add_column :services, :active, :boolean, default: false, null: false
end
end