Add locale step

This commit is contained in:
Robin Ward
2016-09-07 18:04:01 -04:00
parent 3f6e3b9aff
commit c94e6f1b96
25 changed files with 746 additions and 90 deletions

View File

@ -1,5 +1,6 @@
class AddViaWizardToColorSchemes < ActiveRecord::Migration
def change
add_column :color_schemes, :via_wizard, :boolean, default: false, null: false
add_column :color_schemes, :theme_id, :string, null: true
end
end