mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
Add locale step
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user