Fix migration
This commit is contained in:
parent
ad765353f6
commit
5a401523eb
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
class ChangeNameOfCiProjects < ActiveRecord::Migration
|
||||
class AddNullToNameForCiProjects < ActiveRecord::Migration
|
||||
def up
|
||||
change_column_null :ci_projects, :name, true
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue