mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 04:02:59 +08:00
![Sam](/assets/img/avatar_default.png)
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
|