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-21 12:25:01 +0300
committerShinya Maeda <shinya@gitlab.com>2017-07-05 12:37:36 +0300
commit06f01073696199da980a2101bc3eb77922131a8a (patch)
tree669da13c2c184bbfa4433f3c50291fc072de59f5 /db
parent8bc8e01fcf6502888f1088a5b72a8ae936c628fc (diff)
pipeline_schedule_variables model/db
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 92833765a82..7d2d313a91a 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_with_timezone null: true
+ t.timestamps null: false
end
add_index :ci_pipeline_schedule_variables,