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
6 7 8 |
# File 'lib/generators/prawn_report/install/templates/20120222021437_add_order_to_filter_def.rb', line 6 def self.down remove_column :ac_filter_defs, :order_sql end |
.up ⇒ Object
2 3 4 |
# File 'lib/generators/prawn_report/install/templates/20120222021437_add_order_to_filter_def.rb', line 2 def self.up add_column :ac_filter_defs, :order_sql, :string end |