Skip to content

Commit

Permalink
Merge pull request #72 from camsys/quarter3
Browse files Browse the repository at this point in the history
Bump version and rename data migrations so theyre not the same class …
  • Loading branch information
mathmerized authored Sep 27, 2018
2 parents 5b473d6 + 31747a1 commit c40b5ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class AddFtaAssetClassesUserActivityLineItemFilters < ActiveRecord::Migration[5.2]
class CreateFtaAssetClassesUserActivityLineItemFilters < ActiveRecord::Migration[5.2]
def change
add_column :user_activity_line_item_filters, :fta_asset_classes, :string, after: :asset_types
end
Expand Down
2 changes: 1 addition & 1 deletion lib/transam_cpt/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TransamCpt
VERSION = "2.3.5"
VERSION = "2.3.6"
end

0 comments on commit c40b5ed

Please sign in to comment.