mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
FIX: more robust site customizations Rewrote site customization to use distributed cache and a much cleaner css delivery mechanism
6 lines
128 B
Ruby
6 lines
128 B
Ruby
class AmendSiteCustomization < ActiveRecord::Migration
|
|
def change
|
|
remove_column :site_customizations, :position
|
|
end
|
|
end
|