Commit 749f05ae authored by Shinya Maeda's avatar Shinya Maeda

Fix StaticAnlysys

parent e1ba0058
......@@ -10,7 +10,7 @@ class CreateCiPipelineScheduleVariables < ActiveRecord::Migration
t.string :encrypted_value_iv
t.integer :pipeline_schedule_id, null: false
t.timestamps null: false
t.timestamps_with_timezone null: true
end
add_index :ci_pipeline_schedule_variables,
......
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