Add ordering feature on piece justificative view
This commit is contained in:
parent
35a07aec87
commit
1551b7ce21
17 changed files with 343 additions and 23 deletions
|
@ -0,0 +1,9 @@
|
|||
class AddOrderPlaceInTypeDePieceJustificative < ActiveRecord::Migration
|
||||
def up
|
||||
add_column :types_de_piece_justificative, :order_place, :integer
|
||||
end
|
||||
|
||||
def down
|
||||
remove_column :types_de_piece_justificative, :order_place
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue