Commit e9b92715 authored by Rémy Coutable's avatar Rémy Coutable

Get rid of a Rails 5 deprecation warning in...

Get rid of a Rails 5 deprecation warning in db/migrate/20170425112128_create_pipeline_schedules_table.rb
Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 2af0b083
......@@ -17,7 +17,7 @@ class CreatePipelineSchedulesTable < ActiveRecord::Migration
t.boolean :active, default: true
t.datetime :deleted_at
t.timestamps
t.timestamps null: true
end
add_index(:ci_pipeline_schedules, :project_id)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment