Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-06-28 18:03:56 +0300
committerShinya Maeda <shinya@gitlab.com>2017-07-05 12:38:28 +0300
commit4fb645a67877c29fe2774f25ea364913ae9da922 (patch)
treeccfc4cf11eb0dda9c6ffe654e68b6e5e52ae5b36 /db
parent5c91e10b9e1a3411075bd6597532be5655aa07c1 (diff)
Fix StaticAnlysys
Diffstat (limited to 'db')
-rw-r--r--db/migrate/20170620064728_create_ci_pipeline_schedule_variables.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20170620064728_create_ci_pipeline_schedule_variables.rb b/db/migrate/20170620064728_create_ci_pipeline_schedule_variables.rb
index 7d2d313a91a..92833765a82 100644
--- a/db/migrate/20170620064728_create_ci_pipeline_schedule_variables.rb
+++ b/db/migrate/20170620064728_create_ci_pipeline_schedule_variables.rb
@@ -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,