Initial commit
This commit is contained in:
9
db/migrate/20181210162905_drop_operations_constraints.rb
Normal file
9
db/migrate/20181210162905_drop_operations_constraints.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class DropOperationsConstraints < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
%i[liabilities assets revenues expenses].each do |op|
|
||||
change_column_null(op, :reference_id, true)
|
||||
change_column_null(op, :reference_type, true)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user