parent
4c8a4a82f5
commit
46eeaadd8e
@ -0,0 +1,5 @@ |
||||
class AddThemeLogoToCustomStyle < ActiveRecord::Migration[6.0] |
||||
def change |
||||
add_column :custom_styles, :theme_logo, :string, default: nil |
||||
end |
||||
end |
Loading…
Reference in new issue