Add short name to FinancialTransactionType
This commit is contained in:
parent
707501e3f8
commit
0bb0536903
6 changed files with 14 additions and 1 deletions
|
|
@ -0,0 +1,6 @@
|
|||
class AddNameShortToFinancialTransactionType < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :financial_transaction_types, :name_short, :string
|
||||
add_index :financial_transaction_types, :name_short
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue