Commit 5a401523 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix migration

parent ad765353
class ChangeNameOfCiProjects < ActiveRecord::Migration
class AddNullToNameForCiProjects < ActiveRecord::Migration
def up
change_column_null :ci_projects, :name, true
end
......
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