mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 13:35:20 -05: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