Class: AddOrderToFilterDef
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- AddOrderToFilterDef
- Defined in:
- lib/generators/prawn_report/install/templates/20120222021437_add_order_to_filter_def.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
8 9 10 |
# File 'lib/generators/prawn_report/install/templates/20120222021437_add_order_to_filter_def.rb', line 8 def self.down remove_column :ac_filter_defs, :order_sql end |
.up ⇒ Object
4 5 6 |
# File 'lib/generators/prawn_report/install/templates/20120222021437_add_order_to_filter_def.rb', line 4 def self.up add_column :ac_filter_defs, :order_sql, :string end |