fixed migration

pull/5178/head
Markus Kahl 8 years ago committed by Oliver Günther
parent 6aa7ebfddc
commit 5fcd520ef1
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 4
      db/migrate/20170117112648_create_design_colors.rb

@ -5,8 +5,8 @@ class CreateDesignColors < ActiveRecord::Migration[5.0]
t.string :hexcode
t.timestamps
add_index :design_colors, :variable, unique: true
end
add_index :design_colors, :variable, unique: true
end
end

Loading…
Cancel
Save