forked from Gitlink/forgeplus
FIX set login column value ro ci_templates table
This commit is contained in:
parent
be57c75166
commit
5875c625ab
|
@ -0,0 +1,7 @@
|
|||
class AddLoginDefaultToCiTemplates < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
Ci::Template.find_each do |template|
|
||||
template.update_column(:login, "admin")
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue