GitLabCi Service imtegration
This commit is contained in:
parent
8500743464
commit
406a0c809b
16 changed files with 158 additions and 7 deletions
5
db/migrate/20121120103700_add_active_to_service.rb
Normal file
5
db/migrate/20121120103700_add_active_to_service.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddActiveToService < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :services, :active, :boolean, default: false, null: false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue