mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 19:01:52 +08:00
6 lines
130 B
Ruby
6 lines
130 B
Ruby
|
class RenameThemeId < ActiveRecord::Migration
|
||
|
def change
|
||
|
rename_column :color_schemes, :theme_id, :base_scheme_id
|
||
|
end
|
||
|
end
|