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

20141127153745_remove_scripts_from_project.rb « migrate « ci « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d28709340f4bb66068929ecb836e7b53af1b72c0 (plain)
1
2
3
4
5
class RemoveScriptsFromProject < ActiveRecord::Migration
  def change
    remove_column :projects, :scripts
  end
end