Skip to content
Snippets Groups Projects

Persist source sha and target sha for merge pipelines

Merged Shinya Maeda requested to merge persist-source-sha-and-target-sha-for-pipelines into master
All threads resolved!
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -6,7 +6,7 @@ class AddExtraShasToCiPipelines < ActiveRecord::Migration[5.0]
DOWNTIME = false
def change
add_column :ci_pipelines, :source_sha, :string
add_column :ci_pipelines, :target_sha, :string
add_column :ci_pipelines, :source_sha, :binary
add_column :ci_pipelines, :target_sha, :binary
end
end
Loading