Add Rails release to ActiveRecord::Migration
This commit is contained in:
parent
44a198c7bc
commit
74531f90c7
108 changed files with 108 additions and 108 deletions
|
|
@ -1,4 +1,4 @@
|
|||
class AddNameShortToFinancialTransactionType < ActiveRecord::Migration
|
||||
class AddNameShortToFinancialTransactionType < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
add_column :financial_transaction_types, :name_short, :string
|
||||
add_index :financial_transaction_types, :name_short
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue