This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/db/migrate/20141222230707_amend_site_customization.rb
Sam 5b844f5320 FEATURE: more than 1 site customization can be enabled at once
FIX: more robust site customizations

Rewrote site customization to use distributed cache and a much cleaner
css delivery mechanism
2014-12-23 13:03:48 +11:00

6 lines
128 B
Ruby

class AmendSiteCustomization < ActiveRecord::Migration
def change
remove_column :site_customizations, :position
end
end